|
@@ -21,11 +21,11 @@ import {
|
|
|
} from '~/stores-universal/context';
|
|
} from '~/stores-universal/context';
|
|
|
|
|
|
|
|
|
|
|
|
|
-import type { NextPageWithLayout } from './_app.page';
|
|
|
|
|
-import type { CommonProps } from './common-props';
|
|
|
|
|
|
|
+import type { NextPageWithLayout } from '../_app.page';
|
|
|
|
|
+import type { CommonProps } from '../common-props';
|
|
|
import {
|
|
import {
|
|
|
getServerSideCommonProps, getNextI18NextConfig, generateCustomTitleForPage,
|
|
getServerSideCommonProps, getNextI18NextConfig, generateCustomTitleForPage,
|
|
|
-} from './common-props';
|
|
|
|
|
|
|
+} from '../common-props';
|
|
|
|
|
|
|
|
|
|
|
|
|
const TrashPageList = dynamic(() => import('~/client/components/TrashPageList').then(mod => mod.TrashPageList), { ssr: false });
|
|
const TrashPageList = dynamic(() => import('~/client/components/TrashPageList').then(mod => mod.TrashPageList), { ssr: false });
|