|
|
@@ -50,7 +50,6 @@ function GrowiApp({ Component, pageProps }: GrowiAppProps): JSX.Element {
|
|
|
|
|
|
|
|
|
const commonPageProps = pageProps as CommonProps;
|
|
|
- // useInterceptorManager(new InterceptorManager());
|
|
|
useAppTitle(commonPageProps.appTitle);
|
|
|
useSiteUrl(commonPageProps.siteUrl);
|
|
|
useConfidential(commonPageProps.confidential);
|
|
|
@@ -68,6 +67,4 @@ function GrowiApp({ Component, pageProps }: GrowiAppProps): JSX.Element {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
-// export default appWithTranslation(GrowiApp);
|
|
|
-
|
|
|
export default appWithTranslation(GrowiApp, nextI18nConfig);
|