feat: start edit user page

This commit is contained in:
Sam 2022-11-17 17:34:20 +01:00
parent a67ecbf51d
commit 77dea0c5ed
5 changed files with 326 additions and 0 deletions

View file

@ -0,0 +1,3 @@
export default function EditMember() {
return <>Editing a member!</>;
}