From 6bcc5ee4346122cfe99fe6980846efec6ad4b59c Mon Sep 17 00:00:00 2001 From: Anushlinux Date: Thu, 21 Aug 2025 14:18:48 +0530 Subject: [PATCH] Fixed --- .../components/job-application-modal.tsx | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/apps/student/components/job-application-modal.tsx b/apps/student/components/job-application-modal.tsx index c033099..1cb60ed 100644 --- a/apps/student/components/job-application-modal.tsx +++ b/apps/student/components/job-application-modal.tsx @@ -25,24 +25,7 @@ export type Job = InferSelectModel & { company: typeof companies.$inferSelect; }; -export type Resume = typeof resumes.$inferSelect;t { useState } from 'react'; -import { Card, CardContent, CardHeader, CardTitle } from "@workspace/ui/components/card" -import { Button } from "@workspace/ui/components/button" -import { Badge } from "@workspace/ui/components/badge" -import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "@workspace/ui/components/dialog" -import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@workspace/ui/components/select" -import { - Building2, - MapPin, - DollarSign, - Calendar, - Star, - CheckCircle, - FileText, - Upload, - AlertCircle -} from "lucide-react" -import { applyForJob } from "../app/(main)/actions" +export type Resume = typeof resumes.$inferSelect; interface JobApplicationModalProps { job: Job & { minCGPA: number };