mirror of
https://github.com/umami-software/umami.git
synced 2026-02-24 06:25:43 +01:00
New menu layout.
This commit is contained in:
parent
0cfee43814
commit
1c22c18de5
17 changed files with 103 additions and 47 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Metadata } from 'next';
|
||||
import { WebsiteProvider } from './WebsiteProvider';
|
||||
import { WebsiteLayout } from '@/app/(main)/websites/[websiteId]/WebsiteLayout';
|
||||
|
||||
export default async function ({
|
||||
children,
|
||||
|
|
@ -10,7 +10,7 @@ export default async function ({
|
|||
}) {
|
||||
const { websiteId } = await params;
|
||||
|
||||
return <WebsiteProvider websiteId={websiteId}>{children}</WebsiteProvider>;
|
||||
return <WebsiteLayout websiteId={websiteId}>{children}</WebsiteLayout>;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue