9 lines
236 B
TypeScript
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>
|
|
);
|
|
} |