perf: dynamic

This commit is contained in:
archer
2023-07-28 16:09:10 +08:00
parent 0a689b0ab8
commit 5d0c8fa462
5 changed files with 5 additions and 8 deletions

View File

@@ -9,7 +9,6 @@ import { useQuery } from '@tanstack/react-query';
import dynamic from 'next/dynamic';
import { useSelectFile } from '@/hooks/useSelectFile';
import { compressImg } from '@/utils/file';
import { getErrText } from '@/utils/tools';
import { feConfigs } from '@/store/static';
import { useTranslation } from 'react-i18next';