Skip to content

Commit

Permalink
Linting the code
Browse files Browse the repository at this point in the history
  • Loading branch information
simpletrontdip committed Jul 18, 2021
1 parent 22450e7 commit 5a53916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/chakra-ui-core/src/CMenu/CMenu.stories.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { storiesOf } from '@storybook/vue'
import { CMenu, CFade, CMenuGroup, CMenuButton, CMenuList, CMenuOptionGroup, CImage, CMenuItemOption, CMenuItem, CMenuDivider, CIcon, defaultTheme } from '..'

import { CMenu, CFade, CMenuGroup, CMenuButton, CMenuList, CMenuOptionGroup, CImage, CMenuItemOption, CMenuItem, CMenuDivider, CIcon } from '..'

storiesOf('UI | Menu', module)
.add('With internal state', () => ({
Expand Down
1 change: 0 additions & 1 deletion packages/chakra-ui-core/src/CText/CText.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,3 @@ storiesOf('UI | Text', module)
</div>
`
}))

2 changes: 1 addition & 1 deletion packages/chakra-ui-core/src/config/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// to keep rollup work
// to keep rollup work

0 comments on commit 5a53916

Please sign in to comment.