Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit f241c9a

Browse files
committed
fix
1 parent ead7a11 commit f241c9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import {Level} from 'escalate';
2-
import {TypeMatch} from "./type-match";
3-
import {LifeCycleManager, DirtyableYielder, AtomYielder} from "./lifecycle";
4-
import {Any} from './../data-types/any';
5-
import {MuBase} from "./base";
2+
import {TypeMatch} from "./core/type-match";
3+
import {LifeCycleManager, DirtyableYielder, AtomYielder} from "./core/lifecycle";
4+
import {Any} from './data-types/any';
5+
import {MuBase} from "./core/base";
66

77
export type DeepPartial<T> = {
88
[P in keyof T]?:DeepPartial<T[P]>|null;

0 commit comments

Comments
 (0)