diff --git a/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx b/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx index 43cb6a3db2..5b35df755a 100644 --- a/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx +++ b/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx @@ -1,8 +1,8 @@ import { ComponentType as TYPES } from "@opensystemslab/planx-core/types"; +import { EditorProps } from "@planx/components/ui"; import { useFormik } from "formik"; import React from "react"; -import { EditorProps } from "../ui"; import { MapAndLabel, parseContent } from "./model"; type Props = EditorProps;