Wheel Spin

This commit is contained in:
efrilm
2025-09-17 01:35:01 +07:00
parent 1c5740a85b
commit 966081214f
9 changed files with 1158 additions and 3 deletions
@@ -0,0 +1,7 @@
import WheelSpinList from '@/views/apps/marketing/gamification/wheel-spin'
const WheelSpinPage = () => {
return <WheelSpinList />
}
export default WheelSpinPage