import type SectionType from './../types/section'; type Props = { sections: SectionType[]; }; const Grid = ({ sections }: Props) => (