Parcourir la source

fix lint error

Yuki Takei il y a 2 ans
Parent
commit
e9025276df
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      apps/app/src/components/PageComment/CommentEditor.tsx

+ 1 - 0
apps/app/src/components/PageComment/CommentEditor.tsx

@@ -4,6 +4,7 @@ import React, {
 
 
 import { UserPicture } from '@growi/ui/dist/components';
 import { UserPicture } from '@growi/ui/dist/components';
 import dynamic from 'next/dynamic';
 import dynamic from 'next/dynamic';
+import { useRouter } from 'next/router';
 import {
 import {
   Button, TabContent, TabPane,
   Button, TabContent, TabPane,
 } from 'reactstrap';
 } from 'reactstrap';