fix: game history: remove delete file import
This commit is contained in:
parent
5675f64268
commit
d75732d8b3
@ -20,7 +20,6 @@ import TournamentPageView from "./views/tournament/TournamentPageView.js";
|
|||||||
import TournamentsListView from "./views/tournament/TournamentsListView.js";
|
import TournamentsListView from "./views/tournament/TournamentsListView.js";
|
||||||
import TournamentCreateView from "./views/tournament/TournamentCreateView.js";
|
import TournamentCreateView from "./views/tournament/TournamentCreateView.js";
|
||||||
import AuthenticationView from "./views/accounts/AuthenticationView.js";
|
import AuthenticationView from "./views/accounts/AuthenticationView.js";
|
||||||
import GameHistoryView from "./views/GameHistoryView.js";
|
|
||||||
|
|
||||||
let client = new Client(location.origin);
|
let client = new Client(location.origin);
|
||||||
let lang = client.lang;
|
let lang = client.lang;
|
||||||
@ -79,7 +78,6 @@ const router = async(uri) => {
|
|||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{ path: "/", view: HomeView},
|
{ path: "/", view: HomeView},
|
||||||
{ path: "/profiles/:id/history", view: GameHistoryView },
|
|
||||||
{ path: "/profiles/:username", view: ProfilePageView },
|
{ path: "/profiles/:username", view: ProfilePageView },
|
||||||
{ path: "/tournaments/create", view: TournamentCreateView },
|
{ path: "/tournaments/create", view: TournamentCreateView },
|
||||||
{ path: "/tournaments/:id", view: TournamentPageView },
|
{ path: "/tournaments/:id", view: TournamentPageView },
|
||||||
|
Loading…
Reference in New Issue
Block a user