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