mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Zen components conversion.
This commit is contained in:
parent
aac1a12e51
commit
5999bf6256
142 changed files with 1235 additions and 1454 deletions
|
|
@ -6,7 +6,7 @@ import { UpdateNotice } from './UpdateNotice';
|
|||
import { NavBar } from '@/app/(main)/NavBar';
|
||||
import { Page } from '@/components/layout/Page';
|
||||
import { useLogin, useConfig } from '@/components/hooks';
|
||||
import { SideNav } from '@/app/(main)/SideNav';
|
||||
import { Nav } from '@/app/(main)/Nav';
|
||||
|
||||
export function App({ children }) {
|
||||
const { user, isLoading, error } = useLogin();
|
||||
|
|
@ -30,8 +30,8 @@ export function App({ children }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<Grid>
|
||||
<SideNav />
|
||||
<Grid height="100vh" width="100%" columns="auto 1fr">
|
||||
<Nav />
|
||||
<Grid rows="auto 1fr">
|
||||
<NavBar />
|
||||
<Page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue