First commit

This commit is contained in:
Noah Spannbauer
2024-05-26 19:08:32 -05:00
commit 32c2da22f5
17 changed files with 9374 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "none"
}