"use client"; /** * 노드 기반 제어 시스템 페이지 */ import { FlowEditor } from "@/components/dataflow/node-editor/FlowEditor"; export default function NodeEditorPage() { return (
{/* 페이지 헤더 */}

노드 기반 제어 시스템

드래그 앤 드롭으로 데이터 제어 플로우를 시각적으로 설계하고 관리합니다

{/* 에디터 */}
); }