import React from "react"; export function Grid({ children, columns }) { return (
{children}
); }