This commit is contained in:
Kenneth Jannette
2024-01-11 21:57:18 -06:00
parent 7b97dae90b
commit 6b83f20e81
4 changed files with 33 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ import "../../styles/homepage.scss";
const HomePage = () => {
const navigate = useNavigate();
const handleNavigate = () => {
navigate("/signup");
};