This commit is contained in:
Kenneth Jannette
2024-02-23 06:14:21 -06:00
parent 3d600450c9
commit 4d7f977745

View File

@@ -807,24 +807,3 @@ const SignupPage = () => {
}; };
export default SignupPage; export default SignupPage;
/*
const userDataValues = {
barNumber: "232323",
city: "broolyn",
email: "j@s.com",
firm: "asdf",
firstName: "ghghg",
lastName: "hhhhh",
password: "123344556",
practiceArea: "dfdfdf",
state: "New York",
streetAddress: "123 Main",
telephone: "(313) 555-5555",
zipCode: "12345",
};
*/