We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d482717 commit 3b66911Copy full SHA for 3b66911
frontend/src/pages/ApplicantHome.jsx
@@ -2,7 +2,7 @@ import React, { useState } from "react";
2
3
import "../styles/ApplicantHome.css";
4
import JobList from "../components/JobList";
5
-import { Button, Container, IconButton, Typography, Box } from "@mui/material";
+import { Button, IconButton, Typography, Box } from "@mui/material";
6
import ArrowDropDownIcon from "@mui/icons-material/ArrowDropDown";
7
import JobApply from "../components/JobApply";
8
0 commit comments