summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'react-frontend/src/pages')
-rw-r--r--react-frontend/src/pages/Home.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/react-frontend/src/pages/Home.tsx b/react-frontend/src/pages/Home.tsx
index 631adda..1fe2c83 100644
--- a/react-frontend/src/pages/Home.tsx
+++ b/react-frontend/src/pages/Home.tsx
@@ -1,8 +1,10 @@
+import { Button } from 'rsuite';
export default function Home() {
return(
<>
<h1>Welcome to Game Holster</h1>
+ <Button>Its an rsuite button</Button>
</>
);
}