diff --git a/src/stories/index.jsx b/src/stories/index.jsx index a7dc85e..205b494 100644 --- a/src/stories/index.jsx +++ b/src/stories/index.jsx @@ -8,7 +8,6 @@ import InfinityTableReadme from '../components/Table/InfinityTable/README.md'; import PageTable from './Table/PageTable'; import PageTableReadme from '../components/Table/PageTable/README.md'; import './index.css'; -import '../../index.css' storiesOf('Table', module) .addDecorator(withReadme([SumTableReadme]))