mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
hotfix: fix remaining imports from carbon-icons-svelte
This commit is contained in:
parent
f2493c083d
commit
80ace366a3
23 changed files with 38 additions and 38 deletions
|
@ -27,7 +27,7 @@
|
|||
export let selectedResultIndex = 0;
|
||||
|
||||
import { createEventDispatcher, tick } from "svelte";
|
||||
import Close20 from "carbon-icons-svelte/lib/Close20/Close20.svelte";
|
||||
import Close20 from "../icons/Close20.svelte";
|
||||
import Search20 from "../icons/Search20.svelte";
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue