edit profile
This commit is contained in:
parent
73dc17e5d9
commit
ec1bc4b852
@ -53,8 +53,10 @@ import EditFaqs from './views/FAQs/EditFaqs'
|
|||||||
|
|
||||||
// DashBoard
|
// DashBoard
|
||||||
const Change_Password = React.lazy(() => import('./views/pages/register/Change_password'))
|
const Change_Password = React.lazy(() => import('./views/pages/register/Change_password'))
|
||||||
const EditProfile = React.lazy(() => import('./views/Profile/EditProfile'))
|
// const EditProfile = React.lazy(() => import('./views/Profile/EditProfile'))
|
||||||
|
|
||||||
import Profile from './views/Profile/Profile'
|
import Profile from './views/Profile/Profile'
|
||||||
|
import EditProfile from './views/Profile/EditProfile'
|
||||||
const Dashboard = React.lazy(() => import('./views/dashboard/Dashboard'))
|
const Dashboard = React.lazy(() => import('./views/dashboard/Dashboard'))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user