import FlowEditor from "../components/FlowEditor/FlowEditor";
const Flow = () => {
return <FlowEditor />;
};
export default Flow;