sfguzdfg
This commit is contained in:
parent
d785a00a35
commit
58c66e7414
|
@ -4,11 +4,11 @@ import './globals.css';
|
|||
import AuthWrapper from '@/lib/components/AuthWrapper';
|
||||
import { getServerSession } from 'next-auth';
|
||||
import NavigationPanel from '@/lib/components/ui/NavigationPanel';
|
||||
import { Flex, ThemePanel } from '@radix-ui/themes';
|
||||
import { Flex } from '@radix-ui/themes';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Create Next App',
|
||||
description: 'Generated by create next app',
|
||||
title: 'Maddy Admin',
|
||||
description: 'Maddy mail server configuration panel',
|
||||
};
|
||||
|
||||
export default async function RootLayout({
|
||||
|
|
Loading…
Reference in a new issue