|
@@ -17,6 +17,8 @@ import CommentEditorLazyRenderer from './components/PageComment/CommentEditorLaz
|
|
|
import PageManagement from './components/Page/PageManagement';
|
|
import PageManagement from './components/Page/PageManagement';
|
|
|
|
|
|
|
|
import CustomNavbar from './components/CustomNavbar';
|
|
import CustomNavbar from './components/CustomNavbar';
|
|
|
|
|
+import TrashPage from './components/TrashPage';
|
|
|
|
|
+
|
|
|
|
|
|
|
|
import TrashPageAlert from './components/Page/TrashPageAlert';
|
|
import TrashPageAlert from './components/Page/TrashPageAlert';
|
|
|
import PageStatusAlert from './components/PageStatusAlert';
|
|
import PageStatusAlert from './components/PageStatusAlert';
|
|
@@ -77,6 +79,7 @@ Object.assign(componentMappings, {
|
|
|
'custom-nav-bar': <CustomNavbar />,
|
|
'custom-nav-bar': <CustomNavbar />,
|
|
|
|
|
|
|
|
'trash-page-alert': <TrashPageAlert />,
|
|
'trash-page-alert': <TrashPageAlert />,
|
|
|
|
|
+ 'trash-page': <TrashPage />,
|
|
|
|
|
|
|
|
'page-timeline': <PageTimeline />,
|
|
'page-timeline': <PageTimeline />,
|
|
|
|
|
|