remove unused component

This commit is contained in:
Kristoffer Lind
2019-02-19 10:25:14 +01:00
parent fd653de0e1
commit fa60dd5248

View File

@@ -2,7 +2,6 @@ import React from 'react';
import PropTypes from 'prop-types';
import StyleBuilder from '../style-builder';
import DataCell from './data-cell.jsx';
import HeaderPadding from './header-padding.jsx';
import RowHeader from './row-header.jsx';
import { injectSeparators } from '../utilities';