/** * * ListHeader * */ import React from 'react'; import { FormattedMessage } from 'react-intl'; import cn from 'classnames'; import InputCheckBox from 'components/InputCheckBox'; import styles from './styles.scss'; function ListHeader() { const titles = [ '', 'type', 'hash', 'name', 'updated', 'size', 'related', '' ]; return (