Skip to content

Commit 3b66911

Browse files
committed
Fixed ESLint (again)
1 parent d482717 commit 3b66911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/ApplicantHome.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from "react";
22

33
import "../styles/ApplicantHome.css";
44
import JobList from "../components/JobList";
5-
import { Button, Container, IconButton, Typography, Box } from "@mui/material";
5+
import { Button, IconButton, Typography, Box } from "@mui/material";
66
import ArrowDropDownIcon from "@mui/icons-material/ArrowDropDown";
77
import JobApply from "../components/JobApply";
88

0 commit comments

Comments
 (0)