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