cooking with kefir

This commit is contained in:
2025-08-20 21:56:23 -04:00
parent 265aad4522
commit 35a5af154f
9 changed files with 245 additions and 188 deletions

View File

@@ -52,12 +52,8 @@ const App = () => {
>
<Route path="/" component={lazy(() => import("./routes/index"))} />
<Route
path="/:game"
component={lazy(() => import("./routes/[game]/index"))}
/>
<Route
path="/:game/:instance"
component={lazy(() => import("./routes/[game]/[instance]"))}
path="/:tableKey"
component={lazy(() => import("./routes/[table]"))}
/>
</Router>
);