first commit

This commit is contained in:
Warunee Tamkoo 2023-12-20 10:04:43 +07:00
commit 288971d1d7
60 changed files with 1546 additions and 0 deletions

5
.prettierrc.json Normal file
View file

@ -0,0 +1,5 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": true
}