Some Code Cleanup
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
-->
|
||||
|
||||
<script lang="ts">
|
||||
import type {Player} from "../types/data.ts";
|
||||
import {statsRepo} from "../repo/repo.ts";
|
||||
import type {Player} from "@type/data.ts";
|
||||
import {statsRepo} from "@repo/repo.ts";
|
||||
import {astroI18n, t} from "astro-i18n"
|
||||
|
||||
export let user: Player;
|
||||
|
||||
Reference in New Issue
Block a user