summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components/Voucher.tsx
blob: 11742f9aeb7f5382f4c7087418bf8d3be5c1088b (plain)
1
2
3
4
5
6
7
8
9
10
11
import style from '../styles/voucher.module.css'

const Voucher = () => {
  return (
    <>
      <div className={style['title']}>Pakai Voucher Belanja</div>
    </>
  )
}

export default Voucher