feat(WEB-154): my profile view
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Button from "@/components/TempDesignSystem/Button";
|
||||
|
||||
export default function EditProfile() {
|
||||
return (
|
||||
<>
|
||||
<Button form="edit-profile" type="reset">Cancel</Button>
|
||||
<Button form="edit-profile" type="submit">Save</Button>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user