Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaf33bf

Browse files
added address page
1 parent 1efb55a commit eaf33bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/src/pages/AddAddress.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
const AddAddress = () => {
3+
return (
4+
<div>
5+
Add your address
6+
</div>
7+
)
8+
}
9+
10+
export default AddAddress

0 commit comments

Comments
 (0)