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
|
@ -7,7 +7,7 @@
|
|||
`${totalSelected} item${totalSelected === 1 ? "" : "s"} selected`;
|
||||
|
||||
import { onMount, getContext } from "svelte";
|
||||
import { Button } from "../Button";
|
||||
import Button from "../Button/Button.svelte";
|
||||
|
||||
let batchSelectedIds = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue