Fixed import.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
'use client';
|
'use client';
|
||||||
import Script from 'next/script';
|
import Script from 'next/script';
|
||||||
import { usePathname } from 'next/navigation';
|
import { usePathname } from 'next/navigation';
|
||||||
import UpdateNotice from 'components/common/UpdateNotice';
|
import UpdateNotice from './UpdateNotice';
|
||||||
import { useRequireLogin, useConfig } from 'components/hooks';
|
import { useRequireLogin, useConfig } from 'components/hooks';
|
||||||
|
|
||||||
export function App({ children }) {
|
export function App({ children }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user