From 6b8427b18ab3cb5bcc83bceaf43cc7b712a83fa6 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Tue, 5 Dec 2023 15:09:52 +0700 Subject: add page content di formulir --- src/lib/form/components/PembayaranTempo.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/form/components/PembayaranTempo.jsx') 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 = () => {
+ ) -- cgit v1.2.3