Files
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

5 lines
134 B
TypeScript

import ModelCatalogView from "./views/modelCatalogView";
export default function ModelCatalogPage() {
return <ModelCatalogView />;
}