diff --git a/src/components/dashboard/edit-profile/index.jsx b/src/components/dashboard/edit-profile/index.jsx
index 3dd5468..cfa16d7 100644
--- a/src/components/dashboard/edit-profile/index.jsx
+++ b/src/components/dashboard/edit-profile/index.jsx
@@ -6,6 +6,7 @@ import {
Box,
Button,
Container,
+ Grid,
Paper,
Stack,
TextField,
@@ -50,7 +51,6 @@ const DashboardEditProfile = () => {
const handleSubmit = (values, { setSubmitting }) => {
// const formData = new FormData();
// formData.append("email", values.expert_email);
-
// if (values.change_avatar !== false) {
// editAvatar(values.expert_avatar)
// .then(() => {
@@ -140,30 +140,122 @@ const DashboardEditProfile = () => {
changeFlag="change_avatar"
/>
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+