first commit
This commit is contained in:
6
ui/app/workspace/providers/model-limits/layout.tsx
Normal file
6
ui/app/workspace/providers/model-limits/layout.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import ProvidersModelLimitsPage from "./page";
|
||||
|
||||
export const Route = createFileRoute("/workspace/providers/model-limits")({
|
||||
component: ProvidersModelLimitsPage,
|
||||
});
|
||||
5
ui/app/workspace/providers/model-limits/page.tsx
Normal file
5
ui/app/workspace/providers/model-limits/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import ModelLimitsView from "@/app/workspace/model-limits/views/modelLimitsView";
|
||||
|
||||
export default function ProvidersModelLimitsPage() {
|
||||
return <ModelLimitsView />;
|
||||
}
|
||||
Reference in New Issue
Block a user