refactor: use direct imports where possible

This commit is contained in:
Eric Liu 2022-03-12 12:53:24 -08:00
commit d4623422fb
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>