File size: 227 Bytes
0527ba9
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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>
    </>
  );
}