mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
refactor(progress-step): resolve svelte icon imports
This commit is contained in:
parent
e4a0eb3767
commit
121f3cb56e
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
||||||
export let id = "ccs-" + Math.random().toString(36);
|
export let id = "ccs-" + Math.random().toString(36);
|
||||||
|
|
||||||
import { onMount, getContext } from "svelte";
|
import { onMount, getContext } from "svelte";
|
||||||
import CheckmarkOutline16 from "carbon-icons-svelte/lib/CheckmarkOutline16";
|
import CheckmarkOutline16 from "carbon-icons-svelte/lib/CheckmarkOutline16/CheckmarkOutline16.svelte";
|
||||||
import Warning16 from "carbon-icons-svelte/lib/Warning16";
|
import Warning16 from "carbon-icons-svelte/lib/Warning16/Warning16.svelte";
|
||||||
|
|
||||||
let step = {};
|
let step = {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue