Initial commit
This commit is contained in:
9
app/src/components/ModelsTab/ModelsTab.tsx
Normal file
9
app/src/components/ModelsTab/ModelsTab.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ModelManagement } from '@/components/ServerSettings/ModelManagement';
|
||||
|
||||
export function ModelsTab() {
|
||||
return (
|
||||
<div className="h-full flex flex-col">
|
||||
<ModelManagement />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user