summaryrefslogtreecommitdiff
path: root/src/pages/my
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-10 13:40:28 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-10 13:40:28 +0700
commit141e9113c7dc4483ab049137b4e4ac731657cfb0 (patch)
treec97480a76a10c96200bcc19b09075b745705af0f /src/pages/my
parentb3be7e6d5c320764ef3ca38df196218abf9be25b (diff)
<iman> update code
Diffstat (limited to 'src/pages/my')
-rw-r--r--src/pages/my/pembayaran-tempo.jsx15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/pages/my/pembayaran-tempo.jsx b/src/pages/my/pembayaran-tempo.jsx
deleted file mode 100644
index 8947bdd9..00000000
--- a/src/pages/my/pembayaran-tempo.jsx
+++ /dev/null
@@ -1,15 +0,0 @@
-import Seo from '@/core/components/Seo'
-import BasicLayout from '@/core/components/layouts/BasicLayout'
-import PembayaranTempo from '@/lib/form/components/PembayaranTempo'
-
-export default function pembayaranTempo() {
- return (
- <>
- <Seo title='Pembayaran Tempo - Indoteknik.com' />
-
- <BasicLayout>
- <PembayaranTempo />
- </BasicLayout>
- </>
- )
-}