Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed May 4, 2024
1 parent 076f0f0 commit 9686a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ProjectForm/ProjectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import DeleteIcon from "@mui/icons-material/Delete";
import DeadlineCalender from "../Calender/DeadlineCalender.tsx";
import { Deadline } from "../../types/deadline";
import {InfoOutlined} from "@mui/icons-material";
import {Link, redirect, useLoaderData, useLocation, useNavigate} from "react-router-dom";
import {Link, useLoaderData, useLocation, useNavigate} from "react-router-dom";
import FolderDragDrop from "../FolderUpload/FolderUpload.tsx";
import TabPanel from "@mui/lab/TabPanel";
import {TabContext} from "@mui/lab";
Expand Down

0 comments on commit 9686a87

Please sign in to comment.