mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
perf: use direct imports where possible (#1158)
This commit is contained in:
parent
9215e3b106
commit
48348df43d
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