summaryrefslogtreecommitdiff
path: root/src/lib/form/components/PembayaranTempo.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-05 15:09:52 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-05 15:09:52 +0700
commit6b8427b18ab3cb5bcc83bceaf43cc7b712a83fa6 (patch)
tree6e6146c7ba41eeadf6bf8085959347aa701eb124 /src/lib/form/components/PembayaranTempo.jsx
parent4ac372ff318ee78e5d5019a1dbe95bf47b661766 (diff)
add page content di formulir
Diffstat (limited to 'src/lib/form/components/PembayaranTempo.jsx')
-rw-r--r--src/lib/form/components/PembayaranTempo.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/form/components/PembayaranTempo.jsx b/src/lib/form/components/PembayaranTempo.jsx
index ffdb0961..8c624fe2 100644
--- a/src/lib/form/components/PembayaranTempo.jsx
+++ b/src/lib/form/components/PembayaranTempo.jsx
@@ -6,6 +6,8 @@ import { useForm } from 'react-hook-form'
import { toast } from 'react-hot-toast'
import * as Yup from 'yup'
import createLeadApi from '../api/createLeadApi'
+import PageContent from '@/lib/content/components/PageContent'
+
const PembayaranTempo = () => {
const {
@@ -134,6 +136,7 @@ const PembayaranTempo = () => {
<div></div>
</form>
+ <PageContent path='/pembayaran-tempo' />
</div>
</div>
)