|
@@ -13,7 +13,8 @@ import { ShareLinkLayout } from '~/components/Layout/ShareLinkLayout';
|
|
|
import GrowiContextualSubNavigationSubstance from '~/components/Navbar/GrowiContextualSubNavigation';
|
|
import GrowiContextualSubNavigationSubstance from '~/components/Navbar/GrowiContextualSubNavigation';
|
|
|
import { DrawioViewerScript } from '~/components/Script/DrawioViewerScript';
|
|
import { DrawioViewerScript } from '~/components/Script/DrawioViewerScript';
|
|
|
import { ShareLinkPageView } from '~/components/ShareLinkPageView';
|
|
import { ShareLinkPageView } from '~/components/ShareLinkPageView';
|
|
|
-import { SupportedAction, type SupportedActionType } from '~/interfaces/activity';
|
|
|
|
|
|
|
+import type { SupportedActionType } from '~/interfaces/activity';
|
|
|
|
|
+import { SupportedAction } from '~/interfaces/activity';
|
|
|
import type { CrowiRequest } from '~/interfaces/crowi-request';
|
|
import type { CrowiRequest } from '~/interfaces/crowi-request';
|
|
|
import type { RendererConfig } from '~/interfaces/services/renderer';
|
|
import type { RendererConfig } from '~/interfaces/services/renderer';
|
|
|
import type { IShareLinkHasId } from '~/interfaces/share-link';
|
|
import type { IShareLinkHasId } from '~/interfaces/share-link';
|
|
@@ -27,8 +28,9 @@ import { useCurrentPageId, useIsNotFound, useSWRMUTxCurrentPage } from '~/stores
|
|
|
import loggerFactory from '~/utils/logger';
|
|
import loggerFactory from '~/utils/logger';
|
|
|
|
|
|
|
|
import type { NextPageWithLayout } from '../_app.page';
|
|
import type { NextPageWithLayout } from '../_app.page';
|
|
|
|
|
+import type { CommonProps } from '../utils/commons';
|
|
|
import {
|
|
import {
|
|
|
- getServerSideCommonProps, generateCustomTitleForPage, getNextI18NextConfig, CommonProps, skipSSR, addActivity,
|
|
|
|
|
|
|
+ getServerSideCommonProps, generateCustomTitleForPage, getNextI18NextConfig, skipSSR, addActivity,
|
|
|
} from '../utils/commons';
|
|
} from '../utils/commons';
|
|
|
|
|
|
|
|
const logger = loggerFactory('growi:next-page:share');
|
|
const logger = loggerFactory('growi:next-page:share');
|