Changes Completed in Overview

This commit is contained in:
2026-07-28 14:45:34 +05:30
parent 954de712a7
commit b8e833dbb9
70 changed files with 207 additions and 214 deletions

View File

@@ -3,18 +3,11 @@
import WorkFlowAutomationPortal from "@/components/dashboard/configure/workflowAutomation";
export default function WorkflowAutomationPage() {
return (
<div className="p-8 mx-3">
<div className="p-6 mx-2">
<WorkFlowAutomationPortal/>
</div>