Răsfoiți Sursa

fix lint error

Shun Miyazawa 10 luni în urmă
părinte
comite
5cd2402fc5

+ 0 - 2
packages/remark-attachment-refs/src/server/routes/refs.ts

@@ -6,8 +6,6 @@ import { Router } from 'express';
 import type { Model, HydratedDocument } from 'mongoose';
 import mongoose, { model, Types } from 'mongoose';
 import { FilterXSS } from 'xss';
-import {} from '';
-import { SCOPE } from '@growi/core/dist/interfaces';
 
 import loggerFactory from '../../utils/logger';