diff options
Diffstat (limited to 'react-frontend/src/pages/Home.tsx')
| -rw-r--r-- | react-frontend/src/pages/Home.tsx | 10 |
1 files changed, 10 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..2f15dd3 --- /dev/null +++ b/react-frontend/src/pages/Home.tsx @@ -0,0 +1,10 @@ + +export default function Home() { + return( + <> + <div className="flex justify-center p-4"> + <h1 className="font-title text-6xl">Welcome to Game Holster</h1> + </div> + </> + ); +} |
