Skip to content

Commit

Permalink
Remove navigation for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Steckline committed Feb 29, 2024
1 parent be13c53 commit a0750a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/CreateAcctForm/CreateAcctForm.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import React, { useState } from "react";
import { NewUser } from "../../apiTypes";
import { useNavigate } from "react-router-dom";

function CreateAcctForm() {
const navigate = useNavigate();
const [formData, setFormData] = useState<NewUser>({
name: "",
email: "",
Expand Down

0 comments on commit a0750a8

Please sign in to comment.