Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed Jun 23, 2024
1 parent 76b5119 commit 2e8fa84
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 165 deletions.
103 changes: 0 additions & 103 deletions src/legacy-client.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib/components/LeaderboardRow.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { nickname } from '../../store';
import { nickname } from '$lib/stores/userinfo';
export let rank: number;
export let entryNickname: string;
export let stamps_collected: number;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/debug/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
import QrScanner from 'qr-scanner';
import { nickname, userToken } from '../../store';
import { userToken, nickname } from '$lib/stores/userinfo';
let availableCameras = [] as ArrayLike<QrScanner.Camera>;
let sheetTorn = false;
Expand Down
43 changes: 0 additions & 43 deletions src/routes/leaderboard/+page.svelte

This file was deleted.

17 changes: 0 additions & 17 deletions src/routes/leaderboard/+page.ts

This file was deleted.

0 comments on commit 2e8fa84

Please sign in to comment.