initial upload

This commit is contained in:
2022-02-01 21:40:17 +01:00
parent e7c0fbc21d
commit 5f0c4f9b74
89 changed files with 24782 additions and 1 deletions

13
.babelrc Normal file
View File

@@ -0,0 +1,13 @@
{
"presets": [
"env",
"react",
"stage-0"
],
"plugins": [
"transform-class-properties",
"transform-decorators",
"transform-react-constant-elements",
"transform-react-inline-elements"
]
}