No need to explicitly import from index
This commit is contained in:
parent
35beebcfa6
commit
fb9461508e
@ -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 New Issue
Block a user