From 4c8469dd5088ab207b1addb12b02891f3b678462 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 14 Apr 2023 10:37:04 +0700 Subject: kunjungan sales & pembayaran tempo --- src/pages/my/pembayaran-tempo.jsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/pages/my/pembayaran-tempo.jsx (limited to 'src/pages/my/pembayaran-tempo.jsx') diff --git a/src/pages/my/pembayaran-tempo.jsx b/src/pages/my/pembayaran-tempo.jsx new file mode 100644 index 00000000..1e4fc80d --- /dev/null +++ b/src/pages/my/pembayaran-tempo.jsx @@ -0,0 +1,15 @@ +import Seo from '@/core/components/Seo' +import BasicLayout from '@/core/components/layouts/BasicLayout' +import PembayaranTempo from '@/lib/form/components/PembayaranTempo' + +export default function pembayaran_tempo() { + return ( + <> + + + + + + + ) +} -- cgit v1.2.3