mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Fixed import.
This commit is contained in:
parent
70cee9f5e8
commit
bdf2fa4f05
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue