summaryrefslogtreecommitdiff
path: root/src/pages/my/invoices.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/my/invoices.jsx')
-rw-r--r--src/pages/my/invoices.jsx10
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