mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +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
|
@ -3,7 +3,7 @@
|
|||
|
||||
import { getContext } from "svelte";
|
||||
import Settings16 from "../icons/Settings16.svelte";
|
||||
import { OverflowMenu } from "../OverflowMenu";
|
||||
import OverflowMenu from "../OverflowMenu/OverflowMenu.svelte";
|
||||
|
||||
const ctx = getContext("Toolbar");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue