|
|
@@ -7,8 +7,6 @@ import { useIsNotFound } from '~/stores/context';
|
|
|
|
|
|
import LinkedPagePath from '../models/linked-page-path';
|
|
|
|
|
|
-import PagePathHierarchicalLink from './PagePathHierarchicalLink';
|
|
|
-
|
|
|
const { isTrashPage } = pagePathUtils;
|
|
|
|
|
|
type Props = {
|
|
|
@@ -19,6 +17,7 @@ type Props = {
|
|
|
}
|
|
|
|
|
|
const CopyDropdown = dynamic(() => import('./Page/CopyDropdown'), { ssr: false });
|
|
|
+const PagePathHierarchicalLink = dynamic(() => import('./PagePathHierarchicalLink'), { ssr: false });
|
|
|
|
|
|
const PagePathNav: FC<Props> = (props: Props) => {
|
|
|
const {
|