File size: 308 Bytes
ded211a
 
 
0527ba9
 
 
ded211a
0527ba9
 
ded211a
0527ba9
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { Spinner } from "@/components/Spinner";
import './TvShows.css';

export default function TVShows() {
  return (
    <>
      <div className="page-container">
        <h1>TV Shows</h1>
        <p className='text-white'>Browse our TV show collection.</p>
        <Spinner/>
      </div>
    </>
  );
}