Authorization working
This commit is contained in:
10
src/pages/protected/GamesPage.tsx
Normal file
10
src/pages/protected/GamesPage.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
export default function GamesPage(){
|
||||
//TODO:
|
||||
|
||||
|
||||
return (
|
||||
<div>
|
||||
Games Page
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user