summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-14 09:45:15 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-14 09:45:15 +0700
commitf481bae4d28b770d85ca2340cff60acbec70d0ee (patch)
tree0519b4c83a3e4f8b38cddd8195b63be76d8f7547 /src/pages
parent9622bff4d4902fcef81214236cc7ff035163e5e7 (diff)
<iman>
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/my/tempo/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/my/tempo/index.jsx b/src/pages/my/tempo/index.jsx
index e540fbda..365986f4 100644
--- a/src/pages/my/tempo/index.jsx
+++ b/src/pages/my/tempo/index.jsx
@@ -4,7 +4,7 @@ import BasicLayout from '@/core/components/layouts/BasicLayout';
import DesktopView from '@/core/components/views/DesktopView';
import MobileView from '@/core/components/views/MobileView';
import IsAuth from '@/lib/auth/components/IsAuth';
-import InvoicesComponent from '@/lib/invoice/components/Invoices';
+import InvoicesComponent from '@/lib/tempo/components/Tempo';
export default function MyTempo() {
return (