Commit 4a24214e by Arjun Jhukal

removed protected route from exclusive game

parent ab9028fe
...@@ -3,9 +3,7 @@ import React from 'react' ...@@ -3,9 +3,7 @@ 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