File size: 132 Bytes
3673e75
ded211a
 
0527ba9
 
3673e75
0527ba9
 
1
2
3
4
5
6
7
8
9
import NotFound from '../not-found';
import './TvShows.css';

export default function TVShows() {
  return (
    <NotFound/>
  );
}