feat: add feedback button

This commit is contained in:
swve 2023-09-11 21:14:02 +02:00
parent 122c802c62
commit fd36a8ac45
4 changed files with 126 additions and 15 deletions

View file

@ -2,7 +2,7 @@ import "@styles/globals.css";
import { Menu } from "@components/Objects/Menu/Menu";
import AuthProvider from "@components/Security/AuthProvider";
export default async function RootLayout({ children, params }: { children: React.ReactNode , params :any}) {
export default function RootLayout({ children, params }: { children: React.ReactNode , params :any}) {
return (
<>
<AuthProvider>