Skip to content

Commit

Permalink
this fixes an import bug (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: qweliant <[email protected]>
  • Loading branch information
qweliant and qweliant authored Mar 4, 2024
1 parent 0101d38 commit d3d1b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/evaluations/app/actions/evaluate/evaluate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Process } from "~/lib/components/Process";
import { Research } from "~/lib/components/Research";
import { EvaluatorWhoAccepted, InstanceConfig } from "~/lib/types";
import { submit, upload } from "./actions";
import { calculateDeadline } from "~/lib/emails";
import { getDeadline } from "~/lib/emails";
import { useToast } from "ui/use-toast";
import { useLocalStorage } from "ui/hooks";
import { Form } from "ui/form";
Expand Down

0 comments on commit d3d1b99

Please sign in to comment.