migrate to react hooks

This commit is contained in:
2025-11-19 20:55:19 -08:00
parent 3c61426a12
commit 1cfcd8ff04
9 changed files with 495 additions and 522 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"outDir": "./dist/",
"baseUrl": ".",
"baseUrl": "./src",
"sourceMap": true,
"noImplicitAny": true,
"strictNullChecks": true,