renaming directories. Table >> Simple Table and Table New >> Data Table

This commit is contained in:
Alex Windett 2017-01-20 13:50:07 +00:00
parent d80933c9dc
commit 18b724390a
16 changed files with 5 additions and 5 deletions

View File

@ -41,8 +41,8 @@ const data = [{
key: 2
}];
storiesOf('Table New', module)
.add('Table New', () => (
storiesOf('Table - Data Table', module)
.add('Default', () => (
<Base>
<Table
columns={columns}

View File

@ -22,4 +22,4 @@ Row.propTypes = {
dataItem: React.PropTypes.object
};
module.export = Row;
module.exports = Row;

View File

@ -15,8 +15,8 @@ const {
TableRow
} = _table;
storiesOf('Table', module)
.add('Table', () => (
storiesOf('Table - Simple', module)
.add('Default', () => (
<Base>
<Table>
<TableHead>