initial commit

This commit is contained in:
2021-08-18 12:37:02 -04:00
commit 1542213875
49 changed files with 10091 additions and 0 deletions

5
assets/.babelrc Normal file
View File

@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}