mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
fixing lint config
This commit is contained in:
@@ -31,7 +31,7 @@ export const AddExistingCourseToGlobalSettings = () => {
|
||||
);
|
||||
};
|
||||
|
||||
const ExistingCourseForm: FC<{}> = () => {
|
||||
const ExistingCourseForm: FC<object> = () => {
|
||||
const [path, setPath] = useState("./");
|
||||
const [name, setName] = useState("");
|
||||
const nameInputRef = useRef<HTMLInputElement>(null);
|
||||
|
||||
Reference in New Issue
Block a user