This commit is contained in:
2022-03-13 18:20:10 +03:00
parent 648af4f060
commit 9d6735bd40
10 changed files with 880 additions and 43 deletions

View File

@@ -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} />