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

@@ -20,8 +20,8 @@
<script lang="ts">
import {astroI18n, t} from "astro-i18n";
import {CheckSolid, FileOutline, FolderOutline, XCircleOutline} from "flowbite-svelte-icons";
import type {Schematic} from "../types/schem.ts";
import type {Player} from "../types/data.ts";
import type {Schematic} from "@type/schem.ts";
import type {Player} from "@type/data.ts";
import dayjs from "dayjs";
import utc from "dayjs/plugin/utc";