From 94f3838df3fe438bd103f4749dd79c2930296998 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sat, 27 Jan 2024 13:48:57 +0100 Subject: [PATCH] fixing shit --- frontend/static/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/js/index.js b/frontend/static/js/index.js index 8b9de7c..4183cc5 100644 --- a/frontend/static/js/index.js +++ b/frontend/static/js/index.js @@ -7,8 +7,8 @@ import HomeView from "./views/HomeView.js"; import RegisterView from "./views/accounts/RegisterView.js"; import LogoutView from "./views/accounts/LogoutView.js"; import GameOfflineView from "./views/GameOfflineView.js"; -//import GameView from "./views/GameView.js"; -import GameView from "./views/GameView3D.js"; +import GameView from "./views/GameView.js"; +//import GameView from "./views/GameView3D.js"; import PageNotFoundView from './views/PageNotFoundView.js'