fix header menu
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
import Footer from '@/share/Footer'
|
||||
import Header from '@/share/Header'
|
||||
import { FC, ComponentType } from 'react'
|
||||
// import Header from '@/share/Header'
|
||||
@@ -14,7 +15,7 @@ const Layout: FC<LayoutProps> = ({ children }) => {
|
||||
<main className="flex-1">
|
||||
{children}
|
||||
</main>
|
||||
{/* <Footer /> */}
|
||||
<Footer />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user