This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Head from 'next/head'
|
||||
import Footer from './Footer'
|
||||
|
||||
export default function Layout ({ children }) {
|
||||
return (
|
||||
@@ -8,6 +9,7 @@ export default function Layout ({ children }) {
|
||||
<link rel='icon' href='/favicon.ico' />
|
||||
</Head>
|
||||
<main>{children}</main>
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user