Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Sep 9, 2017
1 parent c39335f commit 3752fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/redux-todomvc/src/models/todos.spec.js
@@ -1,4 +1,5 @@
import { asReduxStore, getSnapshot } from "mobx-state-tree/middleware/redux"
import { getSnapshot } from "mobx-state-tree"
import { asReduxStore } from "mobx-state-tree/middleware/redux"
import TodoStore from "./todos"
import * as types from "../constants/ActionTypes"

Expand Down

0 comments on commit 3752fd0

Please sign in to comment.