Futa Arai 3 лет назад
Родитель
Сommit
f37810c29b
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/app/src/pages/[[...path]].page.tsx

+ 0 - 2
packages/app/src/pages/[[...path]].page.tsx

@@ -17,9 +17,7 @@ import { serverSideTranslations } from 'next-i18next/serverSideTranslations';
 import dynamic from 'next/dynamic';
 import Head from 'next/head';
 import { useRouter } from 'next/router';
-import { renderToString } from 'react-dom/server';
 import superjson from 'superjson';
-import * as toastr from 'toastr';
 
 import { useCurrentGrowiLayoutFluidClassName } from '~/client/services/layout';
 import { Comments } from '~/components/Comments';