removed dashboard
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user