Skip to content

Commit

Permalink
new file
Browse files Browse the repository at this point in the history
  • Loading branch information
od41 committed Nov 17, 2023
1 parent e572678 commit d02425d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/nextjs/src/app/dapp/profile/[username]/edit/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const EditProfile = () => {
return (
<div>EditProfile</div>
)
}

export default EditProfile

0 comments on commit d02425d

Please sign in to comment.