From 2cb4da3b12c896b588716c50991a06c9bbb2cdeb Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 27 Jun 2024 17:36:33 -0400 Subject: add rsuite --- react-frontend/src/pages/Home.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'react-frontend/src/pages') 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( <>

Welcome to Game Holster

+ ); } -- cgit v1.2.3