mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2026-07-31 07:39:04 +02:00
sdasd
This commit is contained in:
7
app/head.tsx
Normal file
7
app/head.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default async function Head() {
|
||||
return (
|
||||
<>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
import "../styles/globals.scss";
|
||||
import "../styles/colorVariables.scss";
|
||||
import "../styles/variables.scss";
|
||||
import Nav from "./Nav";
|
||||
import Footer from "./Footer";
|
||||
import "../styles/variables.scss";
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user