Some Code Cleanup
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user