mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(dropdown): remove unused setContext import
This commit is contained in:
parent
8412f7e744
commit
fafac7c9a1
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@
|
||||||
* @typedef {{ id: DropdownItemId; text: DropdownItemText; }} DropdownItem
|
* @typedef {{ id: DropdownItemId; text: DropdownItemText; }} DropdownItem
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { setContext } from "svelte";
|
|
||||||
import WarningFilled16 from "carbon-icons-svelte/lib/WarningFilled16";
|
import WarningFilled16 from "carbon-icons-svelte/lib/WarningFilled16";
|
||||||
import {
|
import {
|
||||||
ListBox,
|
ListBox,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue