import { DndContext } from "@dnd-kit/core"; import { ReactFlowProvider } from "react-flow-renderer"; import Flow from "./Flow"; import Panel from "./Panel"; const FlowEditorComponent = () => { return ( ); }; const FlowEditor = () => { return (
); }; export default FlowEditor;