diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-10 13:40:28 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-10 13:40:28 +0700 |
| commit | 141e9113c7dc4483ab049137b4e4ac731657cfb0 (patch) | |
| tree | c97480a76a10c96200bcc19b09075b745705af0f /src/pages/pembayaran-tempo-detail.jsx | |
| parent | b3be7e6d5c320764ef3ca38df196218abf9be25b (diff) | |
<iman> update code
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> + ) +} |
