diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-21 16:25:35 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-21 16:25:35 +0700 |
| commit | de7361718def0f6bb32294bb074841ba2c0a3ce6 (patch) | |
| tree | 9265f358f5dfa496dbb564c357e89d7c7d4e0cd7 /src/pages/my/invoices.jsx | |
| parent | 3f2ff1475676ba47a841796e39e7d17d627e5356 (diff) | |
fix
Diffstat (limited to 'src/pages/my/invoices.jsx')
| -rw-r--r-- | src/pages/my/invoices.jsx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pages/my/invoices.jsx b/src/pages/my/invoices.jsx new file mode 100644 index 00000000..04842110 --- /dev/null +++ b/src/pages/my/invoices.jsx @@ -0,0 +1,10 @@ +import AppLayout from "@/core/components/layouts/AppLayout" +import InvoicesComponent from "@/lib/invoice/components/Invoices" + +export default function Invoices() { + return ( + <AppLayout title="Invoice & Faktur Pajak"> + <InvoicesComponent /> + </AppLayout> + ) +}
\ No newline at end of file |
