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

5 lines
166 B
TypeScript

import ModelLimitsView from "@/app/workspace/model-limits/views/modelLimitsView";
export default function ProvidersModelLimitsPage() {
return <ModelLimitsView />;
}