mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
Remove unused import
This commit is contained in:
parent
3043789960
commit
ffe20d6fbe
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
import { PlainTextInput } from "./plain-text-input";
|
import { PlainTextInput } from "./plain-text-input";
|
||||||
import PlainTextBadge from "./PlainTextBadge.svelte";
|
import PlainTextBadge from "./PlainTextBadge.svelte";
|
||||||
import { editingInputIsRichText, RichTextInput } from "./rich-text-input";
|
import { editingInputIsRichText, RichTextInput } from "./rich-text-input";
|
||||||
import RichTextBadge from "./RichTextBadge.svelte";
|
|
||||||
|
|
||||||
function quoteFontFamily(fontFamily: string): string {
|
function quoteFontFamily(fontFamily: string): string {
|
||||||
// generic families (e.g. sans-serif) must not be quoted
|
// generic families (e.g. sans-serif) must not be quoted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue