Skip to content

Commit 50a5bd3

Browse files
committed
refine file name
1 parent 9b3abac commit 50a5bd3

File tree

73 files changed

+89
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+89
-79
lines changed

packages/react-bootstrap-table2-example/.storybook/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const aliasPath = {
1717
components: path.join(srcPath, 'components'),
1818
utils: path.join(srcPath, 'utils'),
1919

20-
'react-bootstrap-table2': sourcePath,
20+
'react-bootstrap-table-next': sourcePath,
2121
'react-bootstrap-table2-editor': editorSourcePath,
2222
'react-bootstrap-table2-filter': filterSourcePath,
2323
'react-bootstrap-table2-overlay': overlaySourcePath,

packages/react-bootstrap-table2-example/examples/basic/borderless-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import BootstrapTable from 'react-bootstrap-table2';
3+
import BootstrapTable from 'react-bootstrap-table-next';
44
import Code from 'components/common/code-block';
55
import { productsGenerator } from 'utils/common';
66

packages/react-bootstrap-table2-example/examples/basic/caption-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import BootstrapTable from 'react-bootstrap-table2';
3+
import BootstrapTable from 'react-bootstrap-table-next';
44
import Code from 'components/common/code-block';
55
import { productsGenerator } from 'utils/common';
66

packages/react-bootstrap-table2-example/examples/basic/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import BootstrapTable from 'react-bootstrap-table2';
3+
import BootstrapTable from 'react-bootstrap-table-next';
44
import Code from 'components/common/code-block';
55
import { productsGenerator } from 'utils/common';
66

packages/react-bootstrap-table2-example/examples/basic/no-data-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import BootstrapTable from 'react-bootstrap-table2';
3+
import BootstrapTable from 'react-bootstrap-table-next';
44
import Code from 'components/common/code-block';
55

66
const columns = [{

packages/react-bootstrap-table2-example/examples/basic/striped-hover-condensed-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import BootstrapTable from 'react-bootstrap-table2';
3+
import BootstrapTable from 'react-bootstrap-table-next';
44
import Code from 'components/common/code-block';
55
import { productsGenerator } from 'utils/common';
66

packages/react-bootstrap-table2-example/examples/cell-edit/blur-to-save-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import BootstrapTable from 'react-bootstrap-table2';
3+
import BootstrapTable from 'react-bootstrap-table-next';
44
import cellEditFactory from 'react-bootstrap-table2-editor';
55
import Code from 'components/common/code-block';
66
import { productsGenerator } from 'utils/common';

packages/react-bootstrap-table2-example/examples/cell-edit/cell-edit-class-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint no-unused-vars: 0 */
22
import React from 'react';
33

4-
import BootstrapTable from 'react-bootstrap-table2';
4+
import BootstrapTable from 'react-bootstrap-table-next';
55
import cellEditFactory from 'react-bootstrap-table2-editor';
66
import Code from 'components/common/code-block';
77
import { productsGenerator } from 'utils/common';

packages/react-bootstrap-table2-example/examples/cell-edit/cell-edit-hooks-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint no-console: 0 */
33
import React from 'react';
44

5-
import BootstrapTable from 'react-bootstrap-table2';
5+
import BootstrapTable from 'react-bootstrap-table-next';
66
import cellEditFactory from 'react-bootstrap-table2-editor';
77
import Code from 'components/common/code-block';
88
import { productsGenerator } from 'utils/common';

packages/react-bootstrap-table2-example/examples/cell-edit/cell-edit-style-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint no-unused-vars: 0 */
22
import React from 'react';
33

4-
import BootstrapTable from 'react-bootstrap-table2';
4+
import BootstrapTable from 'react-bootstrap-table-next';
55
import cellEditFactory from 'react-bootstrap-table2-editor';
66
import Code from 'components/common/code-block';
77
import { productsGenerator } from 'utils/common';

0 commit comments

Comments
 (0)