fix(data-table): remove unused import from "svelte/store" (#1529)

This commit is contained in:
Bilux 2022-10-20 18:21:12 +01:00 committed by GitHub
commit ae34451583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";