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

9 lines
236 B
TypeScript

import MCPAuthConfigView from "@enterprise/components/mcp-auth-config/mcpAuthConfigView";
export default function MCPAuthConfigPage() {
return (
<div className="mx-auto flex w-full max-w-7xl">
<MCPAuthConfigView />
</div>
);
}