no need to import derived from "svelte/store"

This commit is contained in:
Bilux 2022-10-20 18:11:19 +01:00 committed by GitHub
commit 67755779a1
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";