diff --git a/packages/interceptors/src/interceptors.ts b/packages/interceptors/src/interceptors.ts index a2d56ef3ca..130e90fdd8 100644 --- a/packages/interceptors/src/interceptors.ts +++ b/packages/interceptors/src/interceptors.ts @@ -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,