exactly added Footer and Header to base layout
This commit is contained in:
parent
d38f76c38f
commit
dec8bce3e3
@ -11,11 +11,11 @@ type Props = {
|
||||
function BaseLayout({ header, footer, children, className }: Props) {
|
||||
return (
|
||||
<div className={className}>
|
||||
{/* <Header /> */}
|
||||
<Header />
|
||||
|
||||
<main>{children}</main>
|
||||
|
||||
{/* <Footer /> */}
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user