mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Merge pull request #308 from josefaidt/307-dropdown-unused-import
chore(dropdown): remove unused setContext import
This commit is contained in:
commit
2a63aa7729
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