6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
import { LibraryPageScreen } from "@/features/libraries/library-page";
|
|
|
|
export default function ModelsLibraryPage() {
|
|
return <LibraryPageScreen libraryType="models" />;
|
|
}
|