We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd0725 commit a839ef7Copy full SHA for a839ef7
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"scripts": {
7
"test": "jest --coverage",
8
- "dev": "start-storybook -s ./dist -p 6006",
+ "dev": "start-storybook -p 6006",
9
"build-storybook": "build-storybook",
10
"check-types": "tsc --skipLibCheck",
11
"build": "tsc --project tsconfig.build.json",
@@ -90,4 +90,4 @@
90
"path": "cz-conventional-changelog"
91
}
92
93
-}
+}
src/components/tabs/index.tsx
@@ -5,7 +5,7 @@ import { DndProvider } from 'react-dnd';
import HTML5Backend from 'react-dnd-html5-backend';
import { Scrollable } from 'mo/components/scrollable';
-import { TabSwicher, Tab } from './tab';
+import { TabSwicher, Tab } from './Tab';
import TabButton from './tabButton';
import './style.scss';
0 commit comments