version 1.0

This commit is contained in:
2021-07-07 11:03:35 +02:00
commit 404732ef9d
29 changed files with 26242 additions and 0 deletions

9
.babelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"presets": [
["env", {
"modules": false
}],
"stage-0",
"react"
]
}