Files
bifrost/ui/app/workspace/config/mcp-gateway/page.tsx
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

9 lines
182 B
TypeScript

import MCPGatewayView from "../views/mcpView";
export default function MCPGatewayPage() {
return (
<div className="mx-auto w-full max-w-7xl">
<MCPGatewayView />
</div>
);
}