mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
no need to import derived from "svelte/store"
This commit is contained in:
parent
43b3029d50
commit
67755779a1
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
export let page = 0;
|
export let page = 0;
|
||||||
|
|
||||||
import { createEventDispatcher, setContext } from "svelte";
|
import { createEventDispatcher, setContext } from "svelte";
|
||||||
import { writable, derived } from "svelte/store";
|
import { writable } from "svelte/store";
|
||||||
import ChevronRight from "../icons/ChevronRight.svelte";
|
import ChevronRight from "../icons/ChevronRight.svelte";
|
||||||
import InlineCheckbox from "../Checkbox/InlineCheckbox.svelte";
|
import InlineCheckbox from "../Checkbox/InlineCheckbox.svelte";
|
||||||
import RadioButton from "../RadioButton/RadioButton.svelte";
|
import RadioButton from "../RadioButton/RadioButton.svelte";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue