rule engine UI

This commit is contained in:
hagiye
2026-05-28 16:26:52 +03:00
parent 2e9a93d9e2
commit a5dc50f410
3 changed files with 243 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
import { ContractTypePage, } from "@/components/ruleEngine/ContractType";
export const RuleEnginePage = () => {
return <div>
<h3>
Rule Engine Page
</h3>
<div>
<ContractTypePage />
</div>
</div>;
};