ChandimaPrabath's picture
error page
3673e75
raw
history blame
132 Bytes
import NotFound from '../not-found';
import './TvShows.css';
export default function TVShows() {
return (
<NotFound/>
);
}