Some Code Cleanup
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
-->
|
||||
|
||||
<script lang="ts">
|
||||
import {Avatar, Button, Modal} from "flowbite-svelte";
|
||||
import type {ExtendedEvent} from "../../../types/event.js";
|
||||
import {Avatar} from "flowbite-svelte";
|
||||
import type {ExtendedEvent} from "@type/event.ts";
|
||||
|
||||
export let data: ExtendedEvent;
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user