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 (
diff --git a/client/containers/Pivot/index.js b/client/containers/Pivot/index.js index 598bf1c..1e55de9 100644 --- a/client/containers/Pivot/index.js +++ b/client/containers/Pivot/index.js @@ -3,6 +3,8 @@ import PropTypes from 'prop-types' import PivotView from '../../components/PivotView' import Pager from '../../components/Pager' +// just a comment + export default class Pivot extends Component { static propTypes = { bodyData: PropTypes.array,