diff --git a/editor.planx.uk/src/pages/FlowEditor/index.tsx b/editor.planx.uk/src/pages/FlowEditor/index.tsx index 073c93fbf2..937c5561a4 100644 --- a/editor.planx.uk/src/pages/FlowEditor/index.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/index.tsx @@ -9,6 +9,7 @@ import { styled } from "@mui/material/styles"; import Typography from "@mui/material/Typography"; import React, { useRef } from "react"; import { FONT_WEIGHT_SEMI_BOLD } from "theme"; +import { Operation } from "types"; import { rootFlowPath } from "../../routes/utils"; import Flow from "./components/Flow";