mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
renaming directories. Table >> Simple Table and Table New >> Data Table
This commit is contained in:
parent
d80933c9dc
commit
18b724390a
@ -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}
|
@ -22,4 +22,4 @@ Row.propTypes = {
|
||||
dataItem: React.PropTypes.object
|
||||
};
|
||||
|
||||
module.export = Row;
|
||||
module.exports = Row;
|
@ -15,8 +15,8 @@ const {
|
||||
TableRow
|
||||
} = _table;
|
||||
|
||||
storiesOf('Table', module)
|
||||
.add('Table', () => (
|
||||
storiesOf('Table - Simple', module)
|
||||
.add('Default', () => (
|
||||
<Base>
|
||||
<Table>
|
||||
<TableHead>
|
Loading…
Reference in New Issue
Block a user