|
|
@@ -15,14 +15,14 @@ import type { CrowiRequest } from '~/interfaces/crowi-request';
|
|
|
import type { RendererConfig } from '~/interfaces/services/renderer';
|
|
|
import type { ISidebarConfig } from '~/interfaces/sidebar-config';
|
|
|
import type { IDataTagCount } from '~/interfaces/tag';
|
|
|
-import { useCurrentPageId, useSWRxCurrentPage } from '~/stores/page';
|
|
|
-import { useSWRxTagsList } from '~/stores/tag';
|
|
|
-
|
|
|
import {
|
|
|
useCurrentUser, useIsSearchPage,
|
|
|
useIsSearchServiceConfigured, useIsSearchServiceReachable,
|
|
|
useIsSearchScopeChildrenAsDefault, useGrowiCloudUri, useCurrentPathname,
|
|
|
-} from '../stores/context';
|
|
|
+} from '~/stores-universal/context';
|
|
|
+import { useCurrentPageId, useSWRxCurrentPage } from '~/stores/page';
|
|
|
+import { useSWRxTagsList } from '~/stores/tag';
|
|
|
+
|
|
|
|
|
|
import type { NextPageWithLayout } from './_app.page';
|
|
|
import type { CommonProps } from './utils/commons';
|