mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
jh
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import "../styles/globals.scss";
|
||||
import Nav from "./Nav";
|
||||
import Footer from "./Footer";
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -14,6 +15,7 @@ export default function RootLayout({
|
||||
<Nav />
|
||||
</header>
|
||||
<main>{children}</main>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user