|
@@ -2,12 +2,10 @@ import React from 'react';
|
|
|
|
|
|
|
|
import { storiesOf } from '@storybook/react';
|
|
import { storiesOf } from '@storybook/react';
|
|
|
import TableInputCSV, { ParseResults } from './TableInputCSV';
|
|
import TableInputCSV, { ParseResults } from './TableInputCSV';
|
|
|
-//import { withFullSizeStory } from '../../utils/storybook/withFullSizeStory';
|
|
|
|
|
|
|
|
|
|
const TableInputStories = storiesOf('UI/Table/Input', module);
|
|
const TableInputStories = storiesOf('UI/Table/Input', module);
|
|
|
|
|
|
|
|
TableInputStories.add('default', () => {
|
|
TableInputStories.add('default', () => {
|
|
|
- //return withFullSizeStory(TableInputCSV, {});
|
|
|
|
|
return (
|
|
return (
|
|
|
<div>
|
|
<div>
|
|
|
<TableInputCSV
|
|
<TableInputCSV
|