제어관리 노드 작동 방식 수정

This commit is contained in:
kjs
2025-10-13 17:47:24 +09:00
parent 9d5ac1716d
commit 0dc4d53876
15 changed files with 1567 additions and 407 deletions

View File

@@ -1,7 +1,7 @@
"use client";
/**
* 노드 기반 제어 시스템 페이지
* 제어 시스템 페이지
*/
import { FlowEditor } from "@/components/dataflow/node-editor/FlowEditor";
@@ -12,7 +12,7 @@ export default function NodeEditorPage() {
{/* 페이지 헤더 */}
<div className="border-b bg-white p-4">
<div className="mx-auto">
<h1 className="text-2xl font-bold text-gray-900"> </h1>
<h1 className="text-2xl font-bold text-gray-900"> </h1>
<p className="mt-1 text-sm text-gray-600">
</p>