Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni K committed Dec 20, 2024
1 parent 656a844 commit 5765fdc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useMutation } from "urql";

import {
graphql,
PoolSkillType,
ReviewRecruitmentProcessPreviewListFragment,
} from "@gc-digital-talent/graphql";
import {
Expand All @@ -15,7 +14,6 @@ import {
getLocalizedName,
} from "@gc-digital-talent/i18n";
import {
Accordion,
Button,
Dialog,
Link,
Expand All @@ -25,7 +23,6 @@ import {
Well,
} from "@gc-digital-talent/ui";
import { formatDate, parseDateTimeUtc } from "@gc-digital-talent/date-helpers";
import { unpackMaybes } from "@gc-digital-talent/helpers";
import { toast } from "@gc-digital-talent/toast";
import { RadioGroup } from "@gc-digital-talent/forms";

Expand All @@ -34,7 +31,6 @@ import talentRequestMessages from "~/messages/talentRequestMessages";
import processMessages from "~/messages/processMessages";
import { getClassificationName } from "~/utils/poolUtils";
import { getSalaryRange } from "~/utils/poolCandidate";
import { sortPoolSkillsBySkillCategory } from "~/utils/skillUtils";
import useRoutes from "~/hooks/useRoutes";

import { RecruitmentDate } from "./MetadataDate";
Expand Down

0 comments on commit 5765fdc

Please sign in to comment.