Profile page, file structure & fixes

Fixed warning about Babel, added folder 'utils', coding profile page & other
This commit is contained in:
RailTH
2024-02-08 16:37:07 +11:00
parent 7d1cc35a0c
commit 8292a2622d
16 changed files with 261 additions and 22 deletions

View File

@@ -20,6 +20,6 @@
"include": [
"src",
"src/components",
"src/custom.d.ts"
"src/utils/custom.d.ts"
]
}