Skip to content

Commit 8650a89

Browse files
authored
Complete revamp (#48)
1 parent fbe9216 commit 8650a89

72 files changed

Lines changed: 1135 additions & 2301 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

client/src/app.css

Lines changed: 18 additions & 513 deletions
Large diffs are not rendered by default.

client/src/app.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@ import { PersistQueryClientProvider } from "@tanstack/react-query-persist-client
66
import "./app.css";
77
import "./vendor.css";
88

9-
import { homeRoute } from "./routes/home";
109
import { rootRoute, standardLayoutRoute } from "./routes/root";
11-
import { microTransactionStoreRoute } from "./routes/store";
12-
import { gameRoute } from "./routes/game";
1310
import { zappyBirdRoute, zappyLayoutRoute } from "./routes/zappy-bird";
1411
import { useUserProfile } from "./endpoints";
1512
import { useBoltSessionVerification } from "./hooks/useBoltSessionVerification";
13+
import { productsRoute } from "./routes/products";
1614

1715
const routeTree = rootRoute.addChildren([
18-
standardLayoutRoute.addChildren([homeRoute, microTransactionStoreRoute, gameRoute]),
19-
zappyLayoutRoute.addChildren([zappyBirdRoute])
16+
standardLayoutRoute.addChildren([productsRoute]),
17+
zappyLayoutRoute.addChildren([zappyBirdRoute]),
2018
]);
2119

2220
const router = createRouter({
-30.7 KB
Binary file not shown.
-33.4 KB
Binary file not shown.
-244 KB
Binary file not shown.
-29.4 KB
Binary file not shown.
-37.5 KB
Binary file not shown.
-63.1 KB
Binary file not shown.
-73 KB
Binary file not shown.
-93.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)