import { VscArrowLeft, VscArrowRight } from "react-icons/vsc"; import useStore from "../../lib/FlowEditor/FlowEditorStore"; import { GenericNodeComponent } from "./nodes/Node"; const Panel = () => { const { panelClosed, togglePanelState } = useStore(); const PanelButton = () => { return (