eslint
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import Head from 'next/head'
|
||||
|
||||
export default function Layout({ children }) {
|
||||
export default function Layout ({ children }) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Warframe Center</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel='icon' href='/favicon.ico' />
|
||||
</Head>
|
||||
<main>{children}</main>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user