From 53a3103acc9576c98f314ae4a12ca0aa28e09c92 Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Mon, 22 Jul 2024 15:46:40 +0100 Subject: [PATCH] change file path for EditorProps to use @planx ref --- editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;