Initial Commit

This commit is contained in:
aftabrehan
2024-02-01 12:01:04 +05:00
parent 3f6040c919
commit 9ac97c7f9a
12 changed files with 81 additions and 168 deletions

6
.prettierrc Normal file
View File

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