Skip to content

Commit

Permalink
refactor(interceptors): re-use Path from @thi.ng/api
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 30, 2019
1 parent 5476fc9 commit 9f66693
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/interceptors/src/interceptors.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { Fn, FnO } from "@thi.ng/api";
import {
getIn,
Path,
setter,
updater
} from "@thi.ng/paths";
import { Fn, FnO, Path } from "@thi.ng/api";
import { getIn, setter, updater } from "@thi.ng/paths";
import {
Event,
FX_CANCEL,
Expand Down

0 comments on commit 9f66693

Please sign in to comment.