p6/7 started (Freezing due to no experience in redux)

This commit is contained in:
2026-04-16 22:52:43 +10:00
parent 4f8f033306
commit 0b76fc69e5
12 changed files with 420 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import List from "./list/List";
import Main from "./main/Main";
import Building from "./building/Building";
import Chart from "./chart/Chart";
import Testing from "./testing/Testing";
const router = createBrowserRouter([
{
path: "",
@@ -20,6 +20,10 @@ const router = createBrowserRouter([
path: "/list",
element: <List />,
},
{
path: "/quiz",
element: <Testing />,
},
{
path: "/chart",
element: <Chart />,