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,4 +1,4 @@
import { Root } from "./components/root";
import { Root } from "components/root";
import { createRoot } from "react-dom/client";