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