removed all old apps, compacted repo

This commit is contained in:
Aly 2024-05-26 04:20:24 +10:00
commit c6def505cf
14 changed files with 1659 additions and 0 deletions

8
.prettierrc Normal file
View file

@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"arrowParens": "always",
"bracketSpacing": true,
"singleQuote": true
}