hotfix: sidebar import in container

This commit is contained in:
George Lima 2018-11-28 19:03:31 -03:00
parent a65d9df809
commit b671106de0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// @flow
import { connect } from 'react-redux';
import { SidebarComponent } from '../components/sidebar';
import { SidebarComponent } from '../components/Sidebar';
const mapStateToProps = (state: Object) => ({
todos: state.todos,