diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-12-12 09:42:53 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-12-12 09:42:53 +0000 |
| commit | 8ce7b8a442020eeae7b9d30bb6b7609338846aee (patch) | |
| tree | 6e6146c7ba41eeadf6bf8085959347aa701eb124 /src/lib/form/components/PembayaranTempo.jsx | |
| parent | ddfdcfdc47e8c44fbf7abd0ee69acb959ab79387 (diff) | |
| parent | 6b8427b18ab3cb5bcc83bceaf43cc7b712a83fa6 (diff) | |
Merged in Feature/popup_information (pull request #120)
Feature/popup information
Diffstat (limited to 'src/lib/form/components/PembayaranTempo.jsx')
| -rw-r--r-- | src/lib/form/components/PembayaranTempo.jsx | 3 |
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> ) |
