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

@@ -26,7 +26,8 @@ module.exports = (env) => {
resolve: {
// Add '.ts' and '.tsx' as resolvable extensions.
extensions: [".ts", ".tsx", ".js", ".json"]
extensions: [".ts", ".tsx", ".js", ".json"],
modules: [path.resolve(__dirname, "src"), "node_modules"],
},
module: {