ChandimaPrabath's picture
update
0527ba9
raw
history blame
No virus
227 Bytes
export default function TVShows() {
return (
<>
<div>
<h1>TV Shows</h1>
<p className='text-white'>Browse our TV show collection.</p>
{/* Add TV show list here */}
</div>
</>
);
}