Games Page

This commit is contained in:
efrilm
2025-09-17 21:20:49 +07:00
parent 8ed2786bc2
commit a6f80bbd02
8 changed files with 1095 additions and 2 deletions
@@ -0,0 +1,7 @@
import GamesList from '@/views/apps/marketing/games/list'
const GamePage = () => {
return <GamesList />
}
export default GamePage