mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Dropdown: removed unnecessary import
`onDestroy` hook is no longer used, import removed.
This commit is contained in:
parent
b9359ec7af
commit
28b0ba8297
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
/** Obtain a reference to the button HTML element */
|
||||
export let ref = null;
|
||||
|
||||
import { createEventDispatcher, onDestroy, onMount } from "svelte";
|
||||
import { createEventDispatcher, onMount } from "svelte";
|
||||
import WarningFilled from "../icons/WarningFilled.svelte";
|
||||
import WarningAltFilled from "../icons/WarningAltFilled.svelte";
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue