import React from 'react'; import translate from 'Utilities/String/translate'; import InlineMarkdown from '../../Components/Markdown/InlineMarkdown'; import styles from './TheTvdb.css'; function TheTvdb(props) { return (
{translate('TheTvdb')}
); } export default TheTvdb;