mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
df
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import "../styles/globals.scss";
|
||||
import Nav from "./Nav";
|
||||
import Footer from "./Footer";
|
||||
import "../styles/variables.scss";
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -10,7 +11,8 @@ export default function RootLayout({
|
||||
return (
|
||||
<html style={{ scrollBehavior: "smooth" }}>
|
||||
<head></head>
|
||||
<body className="theme-dark">
|
||||
|
||||
<body className="body">
|
||||
<header>
|
||||
<Nav />
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user