Some Code Cleanup

This commit is contained in:
2023-12-25 21:54:40 +01:00
parent a2687083e0
commit 3108d9bf20
61 changed files with 305 additions and 247 deletions

View File

@ -19,9 +19,9 @@
<script lang="ts">
import {t} from "astro-i18n";
import type {Player} from "../types/data.ts";
import {authRepo, tokenStore} from "../repo/repo.ts";
import {l} from "../../util/util.ts";
import type {Player} from "@type/data.ts";
import {authRepo, tokenStore} from "@repo/repo.ts";
import {l} from "@utils/util.ts";
import Statistics from "./Statistics.svelte";
export let user: Player;