diff options
Diffstat (limited to 'react-frontend/src/pages/Home.tsx')
| -rw-r--r-- | react-frontend/src/pages/Home.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/react-frontend/src/pages/Home.tsx b/react-frontend/src/pages/Home.tsx new file mode 100644 index 0000000..631adda --- /dev/null +++ b/react-frontend/src/pages/Home.tsx @@ -0,0 +1,8 @@ + +export default function Home() { + return( + <> + <h1>Welcome to Game Holster</h1> + </> + ); +} |
