chore: optimize imports

This commit is contained in:
Seijo Cecilia
2024-08-27 13:59:47 +08:00
parent 6384b50bae
commit c8b6a158f1
15 changed files with 20 additions and 25 deletions

View File

@@ -21,7 +21,6 @@ import { InstanceContext, NapCatCore } from '@/core';
import * as fileType from 'file-type';
import imageSize from 'image-size';
import { ISizeCalculationResult } from 'image-size/dist/types/interface';
import { NodeIKernelSearchService } from '../services/NodeIKernelSearchService';
import { RkeyManager } from '../helper/rkey';
import { calculateFileMD5, isGIF } from '@/common/file';
import pathLib from 'node:path';