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

6 lines
199 B
TypeScript

import { createFileRoute } from "@tanstack/react-router";
import MCPGatewayPage from "./page";
export const Route = createFileRoute("/workspace/config/mcp-gateway")({
component: MCPGatewayPage,
});