import React from 'react'; import Helmet from './Helmet'; const DefaultLayout = ({children, title, className = undefined}) => { return ( <>