new tvshowspage
This commit is contained in:
9
src/pages/TVShowPage/TVShowPage.tsx
Normal file
9
src/pages/TVShowPage/TVShowPage.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
class TVShowPage extends React.Component {
|
||||
render(): JSX.Element {
|
||||
return <></>;
|
||||
}
|
||||
}
|
||||
|
||||
export default TVShowPage;
|
Reference in New Issue
Block a user