Files
imexmobile/app/jobs/[jobId]/index.tsx
2025-10-08 15:30:17 -07:00

5 lines
149 B
TypeScript

import JobTombstone from "../../../components/job-tombstone/job-tombstone";
export default function JobDetailScreen() {
return <JobTombstone />;
}