GOD IT WORKED

This commit is contained in:
Ava DeCroix
2023-04-30 18:18:16 -04:00
parent 49a59fde65
commit 0d75f09c57
4 changed files with 37 additions and 22 deletions

View File

@@ -37,7 +37,8 @@ const theme = createTheme({
});
function Menus() {
const navigate = useNavigate();
const navigate = useNavigate();
const Home = () => {
navigate('/Plan');