diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-14 09:45:15 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-14 09:45:15 +0700 |
| commit | f481bae4d28b770d85ca2340cff60acbec70d0ee (patch) | |
| tree | 0519b4c83a3e4f8b38cddd8195b63be76d8f7547 /src/pages/my | |
| parent | 9622bff4d4902fcef81214236cc7ff035163e5e7 (diff) | |
<iman>
Diffstat (limited to 'src/pages/my')
| -rw-r--r-- | src/pages/my/tempo/index.jsx | 2 |
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 ( |
