import React from "react"; const ColumnName = ({ text }) => ( {text} ); export default ColumnName;