perf: use direct imports where possible (#1158)

This commit is contained in:
metonym 2022-03-12 13:50:40 -08:00 committed by GitHub
commit 48348df43d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -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 = [];