Dope Ranking

This commit is contained in:
batche
2022-12-22 17:23:22 +01:00
parent 1e1a32bb78
commit 61831da347
4 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
//user's stuff
let currentUser;
let allUsers;
let allUsers = [];
let idInterval;
onMount( async() => {
currentUser = await fetch('http://transcendance:8080/api/v2/user')

View File

@@ -6,7 +6,7 @@ import UnauthorizedAccessPage from '../pages/UnauthorizedAccessPage.svelte';
import { wrap } from 'svelte-spa-router/wrap'
import TestPage from '../pages/TmpTestPage.svelte';
import Game from '../pages/game/Game.svelte';
import Ranking from '../pages/Ranking.svelte';
import Ranking from '../pages/game/Ranking.svelte';
import SpectatorMatchList from '../pages/SpectatorMatchList.svelte';