mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(data-table): remove unused import from "svelte/store" (#1529)
This commit is contained in:
parent
43b3029d50
commit
ae34451583
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
export let page = 0;
|
||||
|
||||
import { createEventDispatcher, setContext } from "svelte";
|
||||
import { writable, derived } from "svelte/store";
|
||||
import { writable } from "svelte/store";
|
||||
import ChevronRight from "../icons/ChevronRight.svelte";
|
||||
import InlineCheckbox from "../Checkbox/InlineCheckbox.svelte";
|
||||
import RadioButton from "../RadioButton/RadioButton.svelte";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue