Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenransijn committed Aug 29, 2017
1 parent 7757719 commit bf87881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/component-stories-template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function storiesTemplate({ packageName, componentNames = [] }) {
const template = []
template.push(`import { storiesOf } from '@kadira/storybook'`)
template.push(`import { storiesOf } from '@storybook/react'`)
template.push(`import React from 'react'`)
template.push(`import { ${componentNames.join(', ')} } from '../src/'`)
template.push('')
Expand Down

0 comments on commit bf87881

Please sign in to comment.