Game Prize

This commit is contained in:
efrilm
2025-09-18 01:07:13 +07:00
parent 757d9f524a
commit 7252c05569
11 changed files with 1181 additions and 2 deletions
@@ -0,0 +1,7 @@
import GamePrizeList from '@/views/apps/marketing/games/game-prizes'
const GamePrizePage = () => {
return <GamePrizeList />
}
export default GamePrizePage