Commit ·
f07aaf5
1
Parent(s): 33d6c95
Displaying Applications.
Browse files
frontend/app/routes/jobs.$jid.assessments.$id.tsx
CHANGED
|
@@ -9,7 +9,6 @@ import { AssessmentCard } from "~/components/assessment-card";
|
|
| 9 |
import type { Route } from "./+types/jobs.$jid.assessments.$id";
|
| 10 |
import { useGetJobAssessmentByID } from "~/services/useGetJobAssessmentByID";
|
| 11 |
import { usePostAssessmentApplication } from "~/services/usePostAssessmentApplication";
|
| 12 |
-
import { useGetMyUser } from "~/services/useGetMyUser";
|
| 13 |
|
| 14 |
export function meta({}: Route.MetaArgs) {
|
| 15 |
return [
|
|
|
|
| 9 |
import type { Route } from "./+types/jobs.$jid.assessments.$id";
|
| 10 |
import { useGetJobAssessmentByID } from "~/services/useGetJobAssessmentByID";
|
| 11 |
import { usePostAssessmentApplication } from "~/services/usePostAssessmentApplication";
|
|
|
|
| 12 |
|
| 13 |
export function meta({}: Route.MetaArgs) {
|
| 14 |
return [
|