chore(tabs): use absolute icon import

This commit is contained in:
Eric Y Liu 2021-03-19 06:52:43 -07:00
commit 9c4200aa3d

View file

@ -19,7 +19,7 @@
import { createEventDispatcher, afterUpdate, setContext } from "svelte";
import { writable, derived } from "svelte/store";
import ChevronDownGlyph from "carbon-icons-svelte/lib/ChevronDownGlyph";
import ChevronDownGlyph from "carbon-icons-svelte/lib/ChevronDownGlyph/ChevronDownGlyph.svelte";
const dispatch = createEventDispatcher();