Fix DataTable icon import.

This commit is contained in:
Vegard Andreas Larsen 2021-04-10 08:43:06 +02:00 committed by GitHub
commit e6bf1e82c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@
import { createEventDispatcher, setContext } from "svelte"; import { createEventDispatcher, setContext } from "svelte";
import { writable, derived } from "svelte/store"; import { writable, derived } from "svelte/store";
import ChevronRight16 from "carbon-icons-svelte/lib/ChevronRight16"; import ChevronRight16 from "carbon-icons-svelte/lib/ChevronRight16/ChevronRight16.svelte";
import { InlineCheckbox } from "../Checkbox"; import { InlineCheckbox } from "../Checkbox";
import { RadioButton } from "../RadioButton"; import { RadioButton } from "../RadioButton";
import Table from "./Table.svelte"; import Table from "./Table.svelte";