Skip to content

Commit

Permalink
Add whatever I forgot to commit before break
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlin23 committed Jan 20, 2024
1 parent 68e7cb9 commit 50eaefa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from "react";
import "../../CommonStyles/styles.css";

const CreateUserForm = ({}) => {
const CreateUserForm = () => {
const [netID, setNetID] = useState<string>("");
const [roles, setRoles] = useState<string>("");
const [rolesSplit, setRolesSplit] = useState<string[]>([]);
Expand Down

0 comments on commit 50eaefa

Please sign in to comment.