diff --git a/editor.planx.uk/src/@planx/components/Checklist/Public/helpers.ts b/editor.planx.uk/src/@planx/components/Checklist/Public/helpers.ts index 4bad531067..986465fa46 100644 --- a/editor.planx.uk/src/@planx/components/Checklist/Public/helpers.ts +++ b/editor.planx.uk/src/@planx/components/Checklist/Public/helpers.ts @@ -2,7 +2,6 @@ import { type Group } from "@planx/components/Checklist/model"; import { Store } from "pages/FlowEditor/lib/store"; import { Option } from "../../shared"; -import { FormikProps } from "formik"; export function toggleInArray(value: T, arr: Array): Array { return arr.includes(value)