This commit is contained in:
Morten Olsen
2022-03-22 21:39:54 +01:00
commit e30e3c8d2d
57 changed files with 4585 additions and 0 deletions

4
.babelrc Normal file
View File

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