Skip to content

Commit

Permalink
Update UserProfile.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz authored Aug 6, 2018
1 parent 1eb3dcb commit 89256b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/user/smart/UserProfile.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import Cards from '../../businesses/presentational/cards.jsx';
import Cards from '../../businesses/Presentational/cards.jsx';
import { UserDashBoardAction, getAllBusinessSearchAction, editUserProfile } from '../../../actions/businessActions';
import { addFlashMessage } from '../../../actions/flashMessages';

Expand Down

0 comments on commit 89256b5

Please sign in to comment.