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

@ -3,7 +3,7 @@
import { getContext } from "svelte";
import Settings16 from "../icons/Settings16.svelte";
import { OverflowMenu } from "../OverflowMenu";
import OverflowMenu from "../OverflowMenu/OverflowMenu.svelte";
const ctx = getContext("Toolbar");