diff --git a/src/common/components/pages/user/EditPage.js b/src/common/components/pages/user/EditPage.js index 358f2ba..0fbdd01 100644 --- a/src/common/components/pages/user/EditPage.js +++ b/src/common/components/pages/user/EditPage.js @@ -6,6 +6,7 @@ import Col from 'react-bootstrap/lib/Col'; import Button from 'react-bootstrap/lib/Button'; import PageLayout from '../../layouts/PageLayout'; import EditForm from '../../forms/user/EditForm'; +import AvatarForm from '../../forms/user/AvatarForm'; import ChangePasswordForm from '../../forms/user/ChangePasswordForm'; let EditPage = () => { @@ -24,6 +25,10 @@ let EditPage = () => { Edit Profile + + Upload Avatar + + Change Password