diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-01 16:42:13 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:56 +0200 |
| commit | 17ae0a3fafd806a5a533bf1d51a3ac708a8cf978 (patch) | |
| tree | c3687bd08891ef3698f4773e44a6920856229dfe /src/pages/Profile.js | |
| parent | eea529f57e3ee39d2f492062688b2848ced0a747 (diff) | |
Implement room name edit
Diffstat (limited to 'src/pages/Profile.js')
| -rw-r--r-- | src/pages/Profile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/Profile.js b/src/pages/Profile.js index 4f69b408..ca09d0f4 100644 --- a/src/pages/Profile.js +++ b/src/pages/Profile.js @@ -1,8 +1,8 @@ import React from 'react'; import {connect} from "react-redux"; -import {openDeleteProfileModal} from "../actions/profile"; +import {openDeleteProfileModal} from "../actions/modals/profile"; import AppNavbar from "../components/navigation/AppNavbar"; -import DeleteProfileModal from "../containers/profile/DeleteProfileModal"; +import DeleteProfileModal from "../containers/modals/DeleteProfileModal"; const ProfileContainer = ({onDelete}) => ( <div className="full-height"> |
