From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/(commonLayout)/app/(appDetailLayout)/[appId]/workflow/page.tsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/workflow/page.tsx" "b/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/workflow/page.tsx"
index d5df70f..1d26e65 100644
--- "a/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/workflow/page.tsx"
+++ "b/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/workflow/page.tsx"
@@ -1,11 +1,11 @@
 'use client'
 
-import WorkflowApp from '@/app/components/workflow-app'
+import Workflow from '@/app/components/workflow'
 
 const Page = () => {
   return (
-    <div className='h-full w-full overflow-x-auto'>
-      <WorkflowApp />
+    <div className='w-full h-full overflow-x-auto'>
+      <Workflow />
     </div>
   )
 }

--
Gitblit v1.8.0