import React from 'react'; import PropTypes from 'prop-types'; import './FourColGrid.css'; const FourColGrid = ({ header, loading, children }) => { const renderElements = () => { const gridElements = children.map( (element, i) => (