summaryrefslogtreecommitdiff
path: root/src/pages/my/address
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-22 08:35:08 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-22 08:35:08 +0700
commit50f5a2d8897020acc11f2a20469ffdd42ca7c31b (patch)
treed47f95de1d9710ca8b4d173abd5edc2797704a87 /src/pages/my/address
parent82954ee3cfa38f21f677b9aa2c1c6c3c88004050 (diff)
parent036e72780ddb7a510795b329919ff9dd957af6d7 (diff)
Merge branch 'refactor' of bitbucket.org:altafixco/next-indoteknik into refactor
Diffstat (limited to 'src/pages/my/address')
-rw-r--r--src/pages/my/address/index.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pages/my/address/index.jsx b/src/pages/my/address/index.jsx
new file mode 100644
index 00000000..29e21c30
--- /dev/null
+++ b/src/pages/my/address/index.jsx
@@ -0,0 +1,10 @@
+import AppLayout from "@/core/components/layouts/AppLayout"
+import AddressesComponent from "@/lib/address/components/Addresses"
+
+export default function Addresses() {
+ return (
+ <AppLayout title="Daftar Alamat">
+ <AddressesComponent />
+ </AppLayout>
+ )
+} \ No newline at end of file