chore: setup project for production
This commit is contained in:
12
app/accounts/profile/edit-profile/page.jsx
Normal file
12
app/accounts/profile/edit-profile/page.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import EditProfile from '@/components/accounts/editProfile'
|
||||
import React from 'react'
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<EditProfile/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user