import { Helmet } from 'react-helmet' const Seo = ({ title, description, lang }) => { return ( <> Cadhub - {title} ) } export default Seo