mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
No need to explicitly import from index
This commit is contained in:
parent
35beebcfa6
commit
fb9461508e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Copyright: Ankitects Pty Ltd and contributors
|
||||
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
||||
|
||||
import { filterHTML } from "html-filter/index";
|
||||
import { filterHTML } from "html-filter";
|
||||
|
||||
import { caretToEnd } from "./helpers";
|
||||
import { saveField } from "./changeTimer";
|
||||
|
|
Loading…
Reference in a new issue