Skip to content

Commit

Permalink
No need to explicitly import from index
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel authored and dae committed Mar 28, 2021
1 parent 35beebc commit fb94615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/editor/index.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit fb94615

Please sign in to comment.