mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 07:38:10 +00:00
10 lines
229 B
TypeScript
10 lines
229 B
TypeScript
// src/pages/ruleEngine/RuleEngine.tsx
|
|
import ContractTypePage from "@/components/ruleEngine/ContractType";
|
|
|
|
export const RuleEnginePage = () => {
|
|
return (
|
|
<div className="p-6">
|
|
<ContractTypePage />
|
|
</div>
|
|
);
|
|
}; |