1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 20:28:38 -04:00

Move all components into 'components' subdirectory

This commit is contained in:
2016-10-05 13:45:09 -04:00
parent 6257e9193f
commit 0829393918
11 changed files with 18 additions and 19 deletions

View File

@ -3,7 +3,7 @@ var connect = require('react-redux').connect;
var UserActions = require('../actions/UserActions');
var ErrorActions = require('../actions/ErrorActions');
var TopBar = require('../TopBar');
var TopBar = require('../components/TopBar');
function mapStateToProps(state) {
return {