Skip to content

Commit

Permalink
fix(Button.Icon): eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Oct 3, 2023
1 parent a1e0b4d commit b248062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/button/Icon.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { getContext } from 'svelte/internal';
import { getContext } from 'svelte';
import { get_current_component } from 'svelte/internal';
import { forwardEventsBuilder, useActions, type ActionArray } from '../../actions';
export let use: ActionArray = [];
Expand Down

0 comments on commit b248062

Please sign in to comment.