summaryrefslogtreecommitdiff
path: root/src/lib/form/components/PembayaranTempo.jsx
diff options
context:
space:
mode:
authortrisusilo <tri.susilo@altama.co.id>2023-12-05 08:16:58 +0000
committertrisusilo <tri.susilo@altama.co.id>2023-12-05 08:16:58 +0000
commit2b3bd9c0a454dbad69ce29cee877bfb1fca5dfa6 (patch)
treed400b73c6c143da5e016b9b7ea8867c79b56b144 /src/lib/form/components/PembayaranTempo.jsx
parent80caa8f6ad5fecc213fd1533b972c6173102721e (diff)
parent6b8427b18ab3cb5bcc83bceaf43cc7b712a83fa6 (diff)
Merged in Feature/popup_information (pull request #119)
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>
)