diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 08:35:08 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 08:35:08 +0700 |
| commit | 50f5a2d8897020acc11f2a20469ffdd42ca7c31b (patch) | |
| tree | d47f95de1d9710ca8b4d173abd5edc2797704a87 /src/pages/my/address | |
| parent | 82954ee3cfa38f21f677b9aa2c1c6c3c88004050 (diff) | |
| parent | 036e72780ddb7a510795b329919ff9dd957af6d7 (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.jsx | 10 |
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 |
