app/(commonLayout)/app/(appDetailLayout)/[appId]/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> ) }