Skip to content

Commit fa63108

Browse files
committed
Update readme.
1 parent 92f081b commit fa63108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ The `children` property should be declared in your class as
308308

309309
```TypeScript
310310
import { IObservableArray } from 'mobx';
311-
import { types, isStateTreeNode, ISnapshottable, IModelType, IComplexType } from 'mobx-state-tree';
311+
import { types, isStateTreeNode, IModelType } from 'mobx-state-tree';
312312
import { mst, mstWithChildren, shim, action, ModelInterface } from 'classy-mst';
313313

314314
export const NodeData = T.model({ value: 42 });

0 commit comments

Comments
 (0)