Fix merge conflict of Merge branch 'freight/develop' into freight/feature/edr_org_seeder

This commit is contained in:
Michael Abebe
2026-06-01 17:28:07 +03:00
31 changed files with 4021 additions and 492 deletions

View File

@@ -1,14 +1,10 @@
import { ContractTypePage, } from "@/components/ruleEngine/ContractType";
// src/pages/ruleEngine/RuleEngine.tsx
import ContractTypePage from "@/components/ruleEngine/ContractType";
export const RuleEnginePage = () => {
return <div>
<h3>
Rule Engine Page
</h3>
<div>
<ContractTypePage />
</div>
</div>;
return (
<div className="p-6">
<ContractTypePage />
</div>
);
};