diff --git a/app/controllers/RecruteurController.ts b/app/controllers/RecruteurController.ts index 29fef0b..5bd1e14 100644 --- a/app/controllers/RecruteurController.ts +++ b/app/controllers/RecruteurController.ts @@ -3,7 +3,6 @@ import {CandidatureRepository} from "../repository/CandidatureRepository"; import {Alert} from "../utils/Alert"; import {loggedInNoRedirection} from "../passport/passportFunctions"; import {OfferRepository} from "../repository/OfferRepository"; -import {loggedInNoRedirection} from "../passport/passportFunctions"; export class RecruteurController { static index(req: express.Request, res: express.Response) {