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

9 lines
247 B
TypeScript

import GuardrailsProviderView from "@enterprise/components/guardrails/guardrailsProviderView";
export default function GuardrailsProvidersPage() {
return (
<div className="mx-auto w-full max-w-7xl">
<GuardrailsProviderView />
</div>
);
}