ft bozo but in 3D

This commit is contained in:
Kbz-8
2024-01-23 16:37:01 +01:00
committed by AdrienLSH
parent 243227f743
commit f48b5c12a7
5 changed files with 213 additions and 1 deletions

View File

@ -5,7 +5,8 @@ import Search from "./views/Search.js";
import HomeView from "./views/HomeView.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' ;