Merge branch 'malouze-cooking' into main

This commit is contained in:
kbz_8
2024-01-27 12:43:43 +00:00
5 changed files with 423 additions and 1 deletions

View File

@ -7,7 +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/GameView.js";
import GameView from "./views/GameView3D.js";
import PageNotFoundView from './views/PageNotFoundView.js'