mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: use client component layout
This commit is contained in:
parent
c9ad26782f
commit
e9d127bf89
2 changed files with 1 additions and 9 deletions
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import "@styles/globals.css";
|
||||
import { Menu } from "@components/UI/Elements/Menu";
|
||||
import AuthProvider from "@components/Security/AuthProvider";
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
export default function Head() {
|
||||
return (
|
||||
<>
|
||||
<title>LearnHouse</title>
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue