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'