Skip to content

Commit

Permalink
refactor(atom): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 6, 2020
1 parent f0fa5b0 commit 78625d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/atom/src/history.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { INotifyMixin } from "@thi.ng/api";
import type {
import {
DeepPath,
Event,
INotifyMixin,
Listener,
OptPathVal,
Path,
Expand Down
4 changes: 2 additions & 2 deletions packages/atom/src/transacted.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert } from "@thi.ng/api";
import type {
import {
assert,
DeepPath,
OptPathVal,
Path,
Expand Down

0 comments on commit 78625d7

Please sign in to comment.