summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components/Voucher.tsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-01-25 15:27:27 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-01-25 15:27:27 +0700
commit3f849355048e5c280a35a5747577e5296b90e9fd (patch)
treeced21719b2ddd00e083f0a798f272d7b8abd4044 /src-migrate/modules/promo/components/Voucher.tsx
parent97d079e4b64aa02a51e5ab877a73f7f23c7c6296 (diff)
Add all promo page
Diffstat (limited to 'src-migrate/modules/promo/components/Voucher.tsx')
-rw-r--r--src-migrate/modules/promo/components/Voucher.tsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/src-migrate/modules/promo/components/Voucher.tsx b/src-migrate/modules/promo/components/Voucher.tsx
new file mode 100644
index 00000000..11742f9a
--- /dev/null
+++ b/src-migrate/modules/promo/components/Voucher.tsx
@@ -0,0 +1,11 @@
+import style from '../styles/voucher.module.css'
+
+const Voucher = () => {
+ return (
+ <>
+ <div className={style['title']}>Pakai Voucher Belanja</div>
+ </>
+ )
+}
+
+export default Voucher \ No newline at end of file