WNomunomu 2 лет назад
Родитель
Сommit
02289ae74d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/app/src/components/PageEditor/Editor.tsx

+ 2 - 2
apps/app/src/components/PageEditor/Editor.tsx

@@ -7,7 +7,7 @@ import React, {
 import Dropzone from 'react-dropzone';
 import { useTranslation } from 'react-i18next';
 import {
-  Modal, ModalHeader, ModalBody,
+  Modal, ModalHeader, ModalBody, Button,
 } from 'reactstrap';
 
 import { toastError, toastSuccess } from '~/client/util/toastr';
@@ -17,7 +17,7 @@ import { useEditorSettings } from '~/stores/editor';
 import { useIsMobile } from '~/stores/ui';
 
 import { IEditorMethods } from '../../interfaces/editor-methods';
-import { ModalForParentPageSelection } from '../ModalForParentPageSelection';
+import { ModalForParentPageSelection } from '../ParentPageSelectModal';
 
 import AbstractEditor from './AbstractEditor';
 import { Cheatsheet } from './Cheatsheet';