|
|
@@ -16,9 +16,9 @@ import mongoose from 'mongoose';
|
|
|
import type { SupportedActionType } from '~/interfaces/activity';
|
|
|
import { SupportedAction, SupportedTargetModel } from '~/interfaces/activity';
|
|
|
import { AttachmentType, FilePathOnStoragePrefix } from '~/server/interfaces/attachment';
|
|
|
-import type { IAttachmentDocument } from '~/server/models';
|
|
|
-import { Attachment } from '~/server/models';
|
|
|
import type { ActivityDocument } from '~/server/models/activity';
|
|
|
+import type { IAttachmentDocument } from '~/server/models/attachment';
|
|
|
+import { Attachment } from '~/server/models/attachment';
|
|
|
import type { PageModel, PageDocument } from '~/server/models/page';
|
|
|
import Subscription from '~/server/models/subscription';
|
|
|
import type { FileUploader } from '~/server/service/file-uploader';
|