diff --git a/ts/editor/index.ts b/ts/editor/index.ts index b6488e9b6..30f995146 100644 --- a/ts/editor/index.ts +++ b/ts/editor/index.ts @@ -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";