Add common component and helpers

This commit is contained in:
2023-10-26 16:49:16 +07:00
parent f9f5990a4a
commit bd407bb933
10 changed files with 140 additions and 5 deletions
+4
View File
@@ -20,6 +20,10 @@
"*.tsx": [
"pnpm run lint",
"pnpm run format"
],
"*.ts": [
"pnpm run lint",
"pnpm run format"
]
},
"dependencies": {