Update Table proptypes

This commit is contained in:
cyril lopez 2017-09-18 10:05:23 +02:00
parent 5109326613
commit cbc50d7e68
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import TableHeader from '../TableHeader';
import TableRow from '../TableRow';