mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
Fix DataTable icon import.
This commit is contained in:
parent
faa4227e50
commit
e6bf1e82c5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue