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

@@ -18,14 +18,14 @@
-->
<script lang="ts">
import type {ExtendedEvent} from "../../../types/event.js";
import type {ExtendedEvent} from "@type/event.ts";
import TeamChip from "./TeamChip.svelte";
import type {Team} from "../../../types/team.js";
import type {Team} from "@type/team.ts";
import DragAcceptor from "./DragAcceptor.svelte";
import {Button, Input, Label, Modal, Range, Select} from "flowbite-svelte";
import {gamemodes, maps} from "../../../stores/stores";
import {gamemodes, maps} from "@stores/stores.ts";
import {PlusSolid} from "flowbite-svelte-icons";
import {fightRepo} from "../../../repo/repo";
import {fightRepo} from "@repo/repo.ts";
import {replace} from "svelte-spa-router";
import dayjs from "dayjs";