Explorar el Código

remove unnecessary imports

Futa Arai hace 3 años
padre
commit
f37810c29b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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';