Skip to content

Commit

Permalink
[Input]: Remove unused import (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminknox authored Jan 23, 2024
1 parent e439d50 commit d8e3942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import type { ChangeEventHandler, SvelteHTMLElements } from 'svelte/elements'
import type { SvelteHTMLElements } from 'svelte/elements'
import Button from '../button/button.svelte'
import FormItem, { type Mode, type Size } from '../formItem/formItem.svelte'
import Icon from '../icon/icon.svelte'
Expand Down

0 comments on commit d8e3942

Please sign in to comment.