Added: layout.module.css, donate modal, contribute feedback modal, contacts

This commit is contained in:
mrfry 2021-03-26 16:57:17 +01:00
parent 6fd9beb464
commit 47a2227f87
9 changed files with 204 additions and 93 deletions

View file

@ -40,7 +40,7 @@ function MyApp({ Component, pageProps, router }) {
return (
<Layout
route={router.route}
router={router}
globalData={globalData}
refetchGlobalData={getGlobalProps}
>