Commit 4a24214e by Arjun Jhukal

removed protected route from exclusive game

parent ab9028fe
......@@ -3,9 +3,7 @@ import React from 'react'
export default function ExclusiveGames() {
return (
// <ExclusiveGamePage/>
<>
<h1>Exclusive Game</h1>
</>
<ExclusiveGamePage />
)
}
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