first commit
This commit is contained in:
14
ui/app/workspace/routing-rules/page.tsx
Normal file
14
ui/app/workspace/routing-rules/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Routing Rules Page
|
||||
* Main container for routing rules management
|
||||
*/
|
||||
|
||||
import { RoutingRulesView } from "./views/routingRulesView";
|
||||
|
||||
export default function RoutingRulesPage() {
|
||||
return (
|
||||
<div className="mx-auto w-full max-w-7xl">
|
||||
<RoutingRulesView />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user