summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/src/pages
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-27 17:36:33 -0400
committerrealtradam <[email protected]>2024-06-27 17:36:33 -0400
commit2cb4da3b12c896b588716c50991a06c9bbb2cdeb (patch)
treec1034b112fc77f7f3cd0d114daa6086fe0531213 /react-frontend/src/pages
parent8ea45524d8f5d67b09b39313ce0bf8b5c95f9431 (diff)
downloadgameHolster-2cb4da3b12c896b588716c50991a06c9bbb2cdeb.tar.gz
gameHolster-2cb4da3b12c896b588716c50991a06c9bbb2cdeb.zip
add rsuite
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>
</>
);
}