Skip to content

Commit

Permalink
change file path for EditorProps to use @planx ref
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jul 22, 2024
1 parent e851bc4 commit 53a3103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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<TYPES.MapAndLabel, MapAndLabel>;
Expand Down

0 comments on commit 53a3103

Please sign in to comment.