Skip to content

Commit 7b590bb

Browse files
LuckyFBBShuangXu
andauthored
Fix spread sheet (#149)
* fix: resolve spreadSheet name * fix: resolve spreadSheet name * fix: remove spreadSheet file * fix: add spreadSheet file * fix: add spreadSheet file * fix: add spreadSheet file Co-authored-by: ShuangXu <shuangxu@FBBdeMacBook-Pro.local>
1 parent 1959cd4 commit 7b590bb

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export { default as Resize } from './resize';
2626
export { default as ScrollText } from './scrollText';
2727
export { default as SearchModal } from './searchModal';
2828
export { default as SlidePane } from './slidePane';
29-
export { default as SpreadSheet } from './spreadsheet';
29+
export { default as SpreadSheet } from './spreadSheet';
3030
export { default as SwitchWindow } from './switchWindow';
3131
export { default as TableCell } from './tableCell';
3232
export { default as TextMark } from './textMark';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ class SpreadSheet extends React.PureComponent<SpreadSheetProps, any> {
117117
)
118118
}
119119
}
120-
export default SpreadSheet;
120+
export default SpreadSheet;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import { storiesOf } from '@storybook/react';
3-
import SpreadSheet from '../components/spreadsheet';
3+
import SpreadSheet from '../components/spreadSheet';
44
// import 'handsontable/dist/handsontable.full.css';
55
import { PropsTable } from './components/propsTable';
66
import ExampleContainer from './components/exampleCode';

src/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@import "../components/progressBar/style.scss";
1515
@import "../components/progressLine/style.scss";
1616
@import "../components/slidePane/style";
17-
@import "../components/spreadsheet/style.scss";
17+
@import "../components/spreadSheet/style.scss";
1818
@import "../components/toolModal/style.scss";
1919

2020
.sb-show-main{

0 commit comments

Comments
 (0)