summaryrefslogtreecommitdiff
path: root/src/pages/pembayaran-tempo.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-13 09:03:15 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-13 09:03:15 +0700
commit043cb69422f14a6c761e60ca2f6feeb8623676b7 (patch)
tree92f269170f389c6002d91a6ee8ed7448bcf983b5 /src/pages/pembayaran-tempo.jsx
parente347f3f7685598a8acbb174c375652aef7939068 (diff)
pembayaran tempo dan form kunjungan sales
Diffstat (limited to 'src/pages/pembayaran-tempo.jsx')
-rw-r--r--src/pages/pembayaran-tempo.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pages/pembayaran-tempo.jsx b/src/pages/pembayaran-tempo.jsx
index 3b46fb49..b0df9b41 100644
--- a/src/pages/pembayaran-tempo.jsx
+++ b/src/pages/pembayaran-tempo.jsx
@@ -1,9 +1,6 @@
import Seo from '@/core/components/Seo'
-import SimpleFooter from '@/core/components/elements/Footer/SimpleFooter'
-import HookFormSelect from '@/core/components/elements/Select/HookFormSelect'
import BasicLayout from '@/core/components/layouts/BasicLayout'
-import CreatePembayaranTempo from '@/core/components/form/CreatePembayaranTempo'
-import { Controller } from 'react-hook-form'
+import CreatePembayaranTempo from '@/lib/form/components/CreatePembayaranTempo'
export default function pembayaran_tempo() {