This commit is contained in:
efrilm
2025-09-17 02:21:02 +07:00
parent 18ee652731
commit 2643963b49
8 changed files with 1693 additions and 3 deletions
@@ -0,0 +1,7 @@
import VoucherList from '@/views/apps/marketing/voucher'
const VoucherPage = () => {
return <VoucherList />
}
export default VoucherPage