feat: update header menu

This commit is contained in:
swve 2023-06-13 23:59:26 +02:00
parent d0d034eaad
commit dcfc68f6d1
5 changed files with 111 additions and 130 deletions

View file

@ -1,5 +1,5 @@
import "@styles/globals.css";
import { Menu } from "@components/UI/Elements/Menu";
import { Menu } from "@components/UI/Elements/Menu/Menu";
import AuthProvider from "@components/Security/AuthProvider";
export default function RootLayout({ children, params }: { children: React.ReactNode , params:any}) {