mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 00:25:38 -04:00
Integrate TMDB credits data into the app: cast carousels on title detail pages, person detail pages with biography and filmography, and person search results in the command palette. Includes new persons/titleCast DB tables, profile image caching, and a nightly credits refresh cron job. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { PersonDetailSkeleton } from "@/components/skeletons";
|
|
|
|
export default function PersonLoading() {
|
|
return <PersonDetailSkeleton />;
|
|
}
|