Skip to content

Commit

Permalink
fix(web): remove invalid import cause failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Th1nkK1D committed Nov 6, 2023
1 parent e8dbf56 commit 85d3a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/event-reasons.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script lang="ts">
import Card from './card.svelte';
import ExpandedCard from './expanded-card.svelte';
import type { CardData } from './shared';
interface MainTopic {
image: string;
Expand Down

0 comments on commit 85d3a90

Please sign in to comment.