first commit

This commit is contained in:
2020-03-04 16:23:49 +01:00
commit 31692dfbd4
21 changed files with 8093 additions and 0 deletions

12
.babelrc Normal file
View File

@ -0,0 +1,12 @@
{
"presets": [[
"next/babel",
{
"styled-jsx": {
"plugins": [
"styled-jsx-plugin-stylus"
]
}
}
]]
}