Skip to content

Commit

Permalink
fix(ui): remove unused import causing linting failure
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Sep 20, 2023
1 parent bbea467 commit a88fb47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/lib/components/Badge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

<script lang="ts">
import { createEventDispatcher } from 'svelte';
import type { HTMLAttributes } from 'svelte/elements';
import { Icon, XMarkIcon, type IconSource } from '../icons';
import { toIcon } from '../utilities';
Expand Down

1 comment on commit a88fb47

@vercel
Copy link

@vercel vercel bot commented on a88fb47 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.