diff --git a/src/lib/components/calendar/List/CalEventListBox.svelte b/src/lib/components/calendar/List/CalEventListBox.svelte index b4ddc15..92475d7 100644 --- a/src/lib/components/calendar/List/CalEventListBox.svelte +++ b/src/lib/components/calendar/List/CalEventListBox.svelte @@ -6,6 +6,7 @@ import { stringify } from '$lib/utils/dates/custom'; import { Icon, MapPin } from 'svelte-hero-icons'; import Updates from '$lib/components/utils/Updates.svelte'; + import TagLabel from '$lib/components/tags/TagLabel.svelte'; export let event: Calendar; @@ -24,7 +25,7 @@ >