|
|
@@ -18,6 +18,7 @@ import CommentEditorLazyRenderer from './components/PageComment/CommentEditorLaz
|
|
|
import PageManagement from './components/Page/PageManagement';
|
|
|
import ShareLinkAlert from './components/Page/ShareLinkAlert';
|
|
|
import DuplicatedAlert from './components/Page/DuplicatedAlert';
|
|
|
+import RedirectedAlert from './components/Page/RedirectedAlert';
|
|
|
import RenamedAlert from './components/Page/RenamedAlert';
|
|
|
import TrashPageList from './components/TrashPageList';
|
|
|
import TrashPageAlert from './components/Page/TrashPageAlert';
|
|
|
@@ -103,6 +104,7 @@ Object.assign(componentMappings, {
|
|
|
|
|
|
'share-link-alert': <ShareLinkAlert />,
|
|
|
'duplicated-alert': <DuplicatedAlert />,
|
|
|
+ 'redirected-alert': <RedirectedAlert />,
|
|
|
'renamed-alert': <RenamedAlert />,
|
|
|
});
|
|
|
|