From 9763d536961bb6e17aa3cec69794711c2a894437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 12 Jul 2024 21:15:54 +0100 Subject: [PATCH] chore: Remove unused import --- editor.planx.uk/src/pages/FlowEditor/lib/store/shared.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/editor.planx.uk/src/pages/FlowEditor/lib/store/shared.ts b/editor.planx.uk/src/pages/FlowEditor/lib/store/shared.ts index ff71086a35..80ea07475e 100644 --- a/editor.planx.uk/src/pages/FlowEditor/lib/store/shared.ts +++ b/editor.planx.uk/src/pages/FlowEditor/lib/store/shared.ts @@ -2,7 +2,6 @@ import { CoreDomainClient } from "@opensystemslab/planx-core"; import { Auth } from "@opensystemslab/planx-core/dist/requests/graphql"; import { FlowStatus } from "@opensystemslab/planx-core/types"; import { ROOT_NODE_KEY } from "@planx/graph"; -import { capitalize } from "lodash"; import { removeSessionIdSearchParam } from "utils"; import type { StateCreator } from "zustand";