This commit is contained in:
Morten Olsen
2021-08-25 22:48:59 +02:00
commit 175bdd17e7
15 changed files with 2469 additions and 0 deletions

4
.babelrc Normal file
View File

@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}