Skip to content

Commit

Permalink
remove semis
Browse files Browse the repository at this point in the history
  • Loading branch information
ntedgi committed May 8, 2019
1 parent e3f24f9 commit 782ca31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todos-with-undo/src/containers/UndoRedo.js
Original file line number Diff line number Diff line change
@@ -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 }) => (
Expand Down

0 comments on commit 782ca31

Please sign in to comment.