Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Dec 18, 2024
1 parent 55a2367 commit 79b9f86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>(value: T, arr: Array<T>): Array<T> {
return arr.includes(value)
Expand Down

0 comments on commit 79b9f86

Please sign in to comment.