Skip to content

Commit

Permalink
Changed enum for useHackerApplicants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Dec 23, 2024
1 parent 92eaa86 commit 0d3d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/lib/admin/useHackerApplicants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";
import useSWR from "swr";

import { Decision, Status } from "./useApplicant";
import { Decision, Status } from "@/lib/userRecord";

export interface HackerApplicantSummary {
_id: string;
Expand Down

0 comments on commit 0d3d887

Please sign in to comment.