Fix filenames for button & loading components (#4)
* Fix filenames for button & loading components * Fix filenames for button & loading components
This commit is contained in:
parent
8c3f60e41d
commit
2232ef7173
3 changed files with 1 additions and 1 deletions
|
|
@ -44,4 +44,4 @@ function mapStateToProps(state) {
|
|||
|
||||
export default connect(mapStateToProps, {
|
||||
loadDevice
|
||||
})(RootContainer);
|
||||
})(RootContainer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue