mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add feedback button
This commit is contained in:
parent
122c802c62
commit
fd36a8ac45
4 changed files with 126 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue