Initial commit

This commit is contained in:
“Henry-Hiles” 2022-10-18 18:58:00 +00:00
commit 7b9f81dd64
20 changed files with 2789 additions and 0 deletions

12
jsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"styles/*": ["styles/*"],
"components/*": ["components/*"],
"hooks/*": ["hooks/*"],
"contexts/*": ["contexts/*"],
"pages/*": ["pages/*"]
}
}
}