removed dashboard

This commit is contained in:
AdrienLSH
2024-03-20 13:50:15 +01:00
parent 29702c3b93
commit 5330adef88
2 changed files with 0 additions and 22 deletions

View File

@ -1,6 +1,5 @@
import { Client } from "./api/Client.js";
import Dashboard from "./views/Dashboard.js";
import Search from "./views/Search.js";
import HomeView from "./views/HomeView.js";
import LogoutView from "./views/accounts/LogoutView.js";
@ -78,7 +77,6 @@ async function renderView(view)
const router = async(uri) => {
const routes = [
{ path: "/", view: Dashboard },
{ path: "/profiles/:id/history", view: GameHistoryView },
{ path: "/profiles/:username", view: ProfilePageView },
{ path: "/tournaments/create", view: TournamentCreateView },