OpenMediaCenter/src/pages/TVShowPage/TVShowPage.tsx

10 lines
157 B
TypeScript
Raw Normal View History

2021-04-09 10:59:28 +00:00
import React from 'react';
class TVShowPage extends React.Component {
render(): JSX.Element {
return <></>;
}
}
export default TVShowPage;