Commit ab9028fe by Arjun Jhukal

replaced exlusive game route with dymmy data

parent 7bda603b
...@@ -3,6 +3,9 @@ import React from 'react' ...@@ -3,6 +3,9 @@ import React from 'react'
export default function ExclusiveGames() { export default function ExclusiveGames() {
return ( return (
<ExclusiveGamePage/> // <ExclusiveGamePage/>
<>
<h1>Exclusive Game</h1>
</>
) )
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment