import React from 'react'; import Grid from '@material-ui/core/Grid'; import Typography from '@material-ui/core/Typography'; const Section = ({children}) => ( {children} ); export default Section;