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

@ -1,6 +1,6 @@
<script>
import { ButtonSkeleton } from "../Button";
import { SkeletonText } from "../SkeletonText";
import ButtonSkeleton from "../Button/ButtonSkeleton.svelte";
import SkeletonText from "../SkeletonText/SkeletonText.svelte";
</script>
<!-- svelte-ignore a11y-mouse-events-have-key-events -->