hotfix: fix remaining imports from carbon-icons-svelte

This commit is contained in:
metonym 2021-11-12 12:54:55 -08:00
commit 80ace366a3
23 changed files with 38 additions and 38 deletions

View file

@ -25,7 +25,7 @@
/** Obtain a reference to the HTML button element */
export let ref = null;
import Close20 from "carbon-icons-svelte/lib/Close20/Close20.svelte";
import Close20 from "../../icons/Close20.svelte";
import Menu20 from "../../icons/Menu20.svelte";
</script>