Skip to content

Commit

Permalink
chore: remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarisseCoconut committed Jan 16, 2025
1 parent ee40f99 commit 4857713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website-frontend/src/routes/events/[slug]/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
/** @type {import('./$types').PageData} */
import DetailsBanner from '$lib/components/events/DetailsBanner.svelte';
import FeaturedEventCard from '$lib/components/events/FeaturedEventCard.svelte';
export let data;
$: ({ event } = data);
Expand Down

0 comments on commit 4857713

Please sign in to comment.