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