Przeglądaj źródła

delete container CommentEditor.tsx fix

ryoji-s 3 lat temu
rodzic
commit
c0bee5d3e0

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

@@ -25,7 +25,6 @@ import { CustomNavTab } from '../CustomNavigation/CustomNav';
 import NotAvailableForGuest from '../NotAvailableForGuest';
 import Editor from '../PageEditor/Editor';
 import { SlackNotification } from '../SlackNotification';
-import { withUnstatedContainers } from '../UnstatedUtils';
 
 import CommentPreview from './CommentPreview';