Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efb55a commit eaf33bfCopy full SHA for eaf33bf
client/src/pages/AddAddress.jsx
@@ -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