Просмотр исходного кода

delete container CommentEditor.tsx fix

ryoji-s 3 лет назад
Родитель
Сommit
c0bee5d3e0
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/components/PageComment/CommentEditor.tsx

+ 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';