initial commit

This commit is contained in:
Adam Piontek 2021-08-02 17:05:36 -04:00
commit 7d3c956806
38 changed files with 31353 additions and 0 deletions

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"endOfLine": "auto"
}