Skip to content

Commit

Permalink
refactor(hiccup-markdown): update imports (transducers)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 20, 2021
1 parent f3e1272 commit 3ddf8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hiccup-markdown/src/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { repeat } from "@thi.ng/fsm/repeat";
import { seq } from "@thi.ng/fsm/seq";
import { str } from "@thi.ng/fsm/str";
import { untilStr } from "@thi.ng/fsm/until";
import { comp } from "@thi.ng/transducers/func/comp";
import { filter } from "@thi.ng/transducers/xform/filter";
import { comp } from "@thi.ng/transducers/comp";
import { filter } from "@thi.ng/transducers/filter";
import type { TagFactories } from "./api";

type ParseResult = ResultBody<any[]>;
Expand Down

0 comments on commit 3ddf8f3

Please sign in to comment.