diff --git a/examples/todos-with-undo/src/containers/UndoRedo.js b/examples/todos-with-undo/src/containers/UndoRedo.js index 6acb4580c4..cddf32ef56 100644 --- a/examples/todos-with-undo/src/containers/UndoRedo.js +++ b/examples/todos-with-undo/src/containers/UndoRedo.js @@ -1,5 +1,5 @@ import React from 'react' -import { ActionCreators as UndoActionCreators } from 'redux-undo'; +import { ActionCreators as UndoActionCreators } from 'redux-undo' import { connect } from 'react-redux' let UndoRedo = ({ canUndo, canRedo, onUndo, onRedo }) => (