No need to explicitly import from index

This commit is contained in:
Henrik Giesel 2021-03-25 05:36:45 +01:00 committed by Damien Elmes
parent 35beebcfa6
commit fb9461508e

View File

@ -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";