import React from "react"; import _ from "lodash"; const FILE_LABELS = ["a", "b", "c", "d", "e", "f", "g", "h"]; const renderFileLabels = () => { return _.map(FILE_LABELS, (fileLabel) => { return (