diff --git a/client/actions/todos.js b/client/actions/todos.js index a87fbb8..0212803 100644 --- a/client/actions/todos.js +++ b/client/actions/todos.js @@ -1,3 +1,5 @@ +// do it all + import { createAction } from 'redux-actions' diff --git a/client/components/Pager/index.js b/client/components/Pager/index.js index 24ae57f..c609099 100644 --- a/client/components/Pager/index.js +++ b/client/components/Pager/index.js @@ -14,6 +14,7 @@ export default class Pager extends Component { } render(){ + const orel = 'the best' const {currentPage, pageCount, pivotFullyCached} = this.props return (