updated layout
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Geist, Geist_Mono, Inter } from "next/font/google";
|
||||
import Sidebar from "./components/sidebar/Sidebar";
|
||||
import Header from "./components/header/Header";
|
||||
import "./globals.css";
|
||||
import styles from "./page.module.css";
|
||||
|
||||
@@ -19,6 +20,7 @@ export default function RootLayout({ children }) {
|
||||
<body className={`${inter.variable} `}>
|
||||
<div className={styles.layout}>
|
||||
<Sidebar />
|
||||
<Header />
|
||||
<div className={styles.mainContainer}>
|
||||
{/* Header here */}
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user