]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/app/Routes.js
add simple guessing game browser source
[alttp.git] / resources / js / app / Routes.js
index 3f73834311d5014845eb3de1e642c1d7047dbd21..dbdbcaed8b2f5ac40ab528e1fc1ca3192028aa3e 100644 (file)
@@ -135,6 +135,13 @@ const router = createBrowserRouter(
                                                '../pages/GuessingGameControls'
                                        )}
                                />
+                               <Route
+                                       path="monitor/:key"
+                                       lazy={() => import(
+                                               /* webpackChunkName: "guessing" */
+                                               '../pages/GuessingGameMonitor'
+                                       )}
+                               />
                        </Route>
                </Route>
        )