first commit
This commit is contained in:
5
ui/app/workspace/model-limits/page.tsx
Normal file
5
ui/app/workspace/model-limits/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import ModelLimitsView from "./views/modelLimitsView";
|
||||
|
||||
export default function ModelLimitsPage() {
|
||||
return <ModelLimitsView />;
|
||||
}
|
||||
Reference in New Issue
Block a user