diff --git a/web/src/App.vue b/web/src/App.vue index d2c53b8..f170168 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -2,6 +2,7 @@
+
@@ -10,6 +11,7 @@ import AttributionsBar from "./components/Attributions"; import CreateJoinGame from "./views/CreateJoin"; import GameLobby from "./views/Lobby"; +import InGame from "./views/InGame"; export default { name: `App`, @@ -17,6 +19,7 @@ export default { "Attributions": AttributionsBar, "CreateJoin": CreateJoinGame, "GameLobby": GameLobby, + "InGame": InGame, }, computed: { gameState() {