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.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/my/invoices.jsx b/src/pages/my/invoices.jsx
index 04842110..fd50c3c8 100644
--- a/src/pages/my/invoices.jsx
+++ b/src/pages/my/invoices.jsx
@@ -1,10 +1,10 @@
-import AppLayout from "@/core/components/layouts/AppLayout"
-import InvoicesComponent from "@/lib/invoice/components/Invoices"
+import AppLayout from '@/core/components/layouts/AppLayout'
+import InvoicesComponent from '@/lib/invoice/components/Invoices'
export default function Invoices() {
return (
- <AppLayout title="Invoice & Faktur Pajak">
+ <AppLayout title='Invoice & Faktur Pajak'>
<InvoicesComponent />
</AppLayout>
)
-} \ No newline at end of file
+}