Skip to content

Commit a839ef7

Browse files
committed
feat: adjust filePath
1 parent 4bd0725 commit a839ef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "jest --coverage",
8-
"dev": "start-storybook -s ./dist -p 6006",
8+
"dev": "start-storybook -p 6006",
99
"build-storybook": "build-storybook",
1010
"check-types": "tsc --skipLibCheck",
1111
"build": "tsc --project tsconfig.build.json",
@@ -90,4 +90,4 @@
9090
"path": "cz-conventional-changelog"
9191
}
9292
}
93-
}
93+
}

src/components/tabs/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { DndProvider } from 'react-dnd';
55
import HTML5Backend from 'react-dnd-html5-backend';
66

77
import { Scrollable } from 'mo/components/scrollable';
8-
import { TabSwicher, Tab } from './tab';
8+
import { TabSwicher, Tab } from './Tab';
99
import TabButton from './tabButton';
1010
import './style.scss';
1111

0 commit comments

Comments
 (0)