From 35d2262881545b24d3580591c30435a19c5cb357 Mon Sep 17 00:00:00 2001 From: Vivek Date: Fri, 18 Oct 2019 13:46:02 +0530 Subject: [PATCH] Fixed story ../../index.css not found error, while running storybook --- src/stories/index.jsx | 1 - 1 file changed, 1 deletion(-) 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]))