fix(SW-415): Removed unused icon

This commit is contained in:
Pontus Dreij
2024-11-10 09:23:47 +01:00
parent 2c619a00f8
commit ca358e5940

View File

@@ -6,7 +6,7 @@ import { FormProvider, useForm } from "react-hook-form"
import { useIntl } from "react-intl"
import { z } from "zod"
import { CheckIcon, InfoCircleIcon } from "@/components/Icons"
import { InfoCircleIcon } from "@/components/Icons"
import CheckboxChip from "@/components/TempDesignSystem/Form/FilterChip/Checkbox"
import Body from "@/components/TempDesignSystem/Text/Body"
import Caption from "@/components/TempDesignSystem/Text/Caption"