eslint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import '../styles/global.scss'
|
||||
import Layout from '../components/layout'
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
function MyApp ({ Component, pageProps }) {
|
||||
return (
|
||||
<Layout>
|
||||
<Component {...pageProps} />
|
||||
|
||||
Reference in New Issue
Block a user