mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
refactor: use direct imports where possible
This commit is contained in:
parent
853942f998
commit
d4623422fb
6 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
/** @extends {"../OverflowMenu/OverflowMenuItem.svelte"} OverflowMenuItemProps */
|
||||
|
||||
import { OverflowMenuItem } from "../OverflowMenu";
|
||||
import OverflowMenuItem from "../OverflowMenu/OverflowMenuItem.svelte";
|
||||
</script>
|
||||
|
||||
<OverflowMenuItem {...$$restProps} on:click on:keydown>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue