Configure Completed is added
This commit is contained in:
23
app/dashboard/configure/workflowautomation/page.tsx
Normal file
23
app/dashboard/configure/workflowautomation/page.tsx
Normal file
@@ -0,0 +1,23 @@
|
||||
"use client"
|
||||
|
||||
|
||||
import WorkFlowAutomationPortal from "@/components/dashboard/configure/workflowAutomation";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default function WorkflowAutomationPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<WorkFlowAutomationPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user