diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-12-23 07:15:02 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-12-23 07:15:02 +0000 |
| commit | d76f96c44f85e7e0efbd544e6b97bd80920b0039 (patch) | |
| tree | 26b909e9b49d115ed2a174bbc55941e68471fae6 /src/pages/pembayaran-tempo-detail.jsx | |
| parent | 9962d114e590bfc5e6c865489ab4dcd84de81ad9 (diff) | |
| parent | 141e9113c7dc4483ab049137b4e4ac731657cfb0 (diff) | |
Merged in CR/move-formulir (pull request #396)
CR/move formulir
Diffstat (limited to 'src/pages/pembayaran-tempo-detail.jsx')
| -rw-r--r-- | src/pages/pembayaran-tempo-detail.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/pembayaran-tempo-detail.jsx b/src/pages/pembayaran-tempo-detail.jsx new file mode 100644 index 00000000..363e3099 --- /dev/null +++ b/src/pages/pembayaran-tempo-detail.jsx @@ -0,0 +1,13 @@ +import Seo from '@/core/components/Seo' +import BasicLayout from '@/core/components/layouts/BasicLayout' +import IframeContent from '@/lib/iframe/components/IframeContent' + +export default function PembnayaranTempo() { + return ( + <BasicLayout> + <Seo title='Pambayaran Tempo - Indoteknik.com' /> + + <IframeContent url={`${process.env.NEXT_PUBLIC_ODOO_HOST}/content?url=pembayaran-tempo`} /> + </BasicLayout> + ) +} |
