import style from './Grid.module.css' export default function Grid ({ columns, children }) { return (
{children}
) }