Skip to content

Commit 01e307e

Browse files
committed
Adjust a few ~/core imports
1 parent c535a18 commit 01e307e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/authorization/policy/executor/policy-dumper.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import {
2828
type Session,
2929
} from '~/common';
3030
import { searchCamelCase } from '~/common/search-camel-case';
31-
import { InjectableCommand, type ResourceLike, ResourcesHost } from '~/core';
31+
import { InjectableCommand } from '~/core/cli';
32+
import { type ResourceLike, ResourcesHost } from '~/core/resources';
3233
import {
3334
ChildListAction,
3435
ChildSingleAction,

src/components/file/media/media.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
ServerException,
1010
UnauthorizedException,
1111
} from '~/common';
12-
import { IEventBus } from '~/core';
12+
import { IEventBus } from '~/core/events';
1313
import { type FileVersion } from '../dto';
1414
import { CanUpdateMediaUserMetadataEvent } from './events/can-update-event';
1515
import { MediaDetector } from './media-detector.service';

0 commit comments

Comments
 (0)