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,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>