Skip to content

Commit

Permalink
fix: Missing type import
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 17, 2024
1 parent 44db27a commit 4e30b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor.planx.uk/src/pages/FlowEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4e30b4d

Please sign in to comment.