Some Code Cleanup

This commit is contained in:
2023-12-27 19:16:54 +01:00
parent 3108d9bf20
commit 9a16c4b560
38 changed files with 87 additions and 105 deletions

View File

@ -21,8 +21,8 @@
import {Button, Input, Label, Modal} from "flowbite-svelte";
import {createEventDispatcher} from "svelte";
import ErrorModal from "../../components/ErrorModal.svelte";
import {eventRepo} from "@repo/repo.ts";
import dayjs from "dayjs";
import {eventRepo} from "@repo/event.ts";
export let open = false;
const dispatch = createEventDispatcher();