()
| 36 | } |
| 37 | |
| 38 | export async function action() { |
| 39 | await getAllRecords(true); |
| 40 | return redirect('/datapoints'); |
| 41 | } |
| 42 | |
| 43 | export function ApplicantProfileInDataPoints() { |
| 44 | const navigate = useNavigate(); |
nothing calls this directly
no test coverage detected