Dropdown: removed unnecessary import

`onDestroy` hook is no longer used, import removed.
This commit is contained in:
ptrxyz 2023-01-25 04:24:33 +01:00 committed by GitHub
commit 28b0ba8297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@
/** Obtain a reference to the button HTML element */ /** Obtain a reference to the button HTML element */
export let ref = null; export let ref = null;
import { createEventDispatcher, onDestroy, onMount } from "svelte"; import { createEventDispatcher, onMount } from "svelte";
import WarningFilled from "../icons/WarningFilled.svelte"; import WarningFilled from "../icons/WarningFilled.svelte";
import WarningAltFilled from "../icons/WarningAltFilled.svelte"; import WarningAltFilled from "../icons/WarningAltFilled.svelte";
import { import {