mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove now unused import in TagEditor
This commit is contained in:
parent
9f56d51811
commit
896b40c873
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
import { tick } from "svelte";
|
||||
import { isApplePlatform } from "lib/platform";
|
||||
import { bridgeCommand } from "lib/bridgecommand";
|
||||
import Spacer from "components/Spacer.svelte";
|
||||
import StickyBottom from "components/StickyBottom.svelte";
|
||||
import TagOptionsBadge from "./TagOptionsBadge.svelte";
|
||||
import TagEditMode from "./TagEditMode.svelte";
|
||||
|
|
Loading…
Reference in a new issue