diff --git a/frontend/nextjs/src/app/dapp/profile/[username]/edit/page.tsx b/frontend/nextjs/src/app/dapp/profile/[username]/edit/page.tsx new file mode 100644 index 0000000..5d6139e --- /dev/null +++ b/frontend/nextjs/src/app/dapp/profile/[username]/edit/page.tsx @@ -0,0 +1,9 @@ +import React from 'react' + +const EditProfile = () => { + return ( +
EditProfile
+ ) +} + +export default EditProfile \ No newline at end of file