Skip to content

Commit e69dc98

Browse files
committed
docs(tabs.stories): remove comments
1 parent 82bd0b7 commit e69dc98

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/Tabs/Tabs.stories.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
import React, { useState } from 'react';
2-
// import {
3-
// Title,
4-
// Subtitle,
5-
// Description,
6-
// Primary,
7-
// Props,
8-
// Stories
9-
// } from '@storybook/addon-docs/blocks';
102

113
import {
124
Tabs,
@@ -36,16 +28,6 @@ export default {
3628
</div>
3729
)
3830
]
39-
// parameters: {
40-
// docs: {
41-
// page: () => (
42-
// <>
43-
// <Title />
44-
// <Props />
45-
// </>
46-
// )
47-
// }
48-
// }
4931
};
5032
export const Default = () => {
5133
const [state, setState] = useState({

0 commit comments

Comments
 (0)