Changed import path.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { Loading } from 'react-basics';
|
||||
import Script from 'next/script';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import { useLogin, useConfig } from 'components/hooks';
|
||||
import { useLogin, useConfig } from '@/components/hooks';
|
||||
import UpdateNotice from './UpdateNotice';
|
||||
|
||||
export function App({ children }) {
|
||||
|
||||
Reference in New Issue
Block a user