UNPKG

@personare/react-freshdesk-widget

Version:
11 lines (7 loc) 273 B
import { configure, addDecorator } from '@kadira/storybook'; import GithubCorner from '@personare/react-storybook-decorator-github-corner'; addDecorator(GithubCorner); function loadStories() { require('../src/FreshdeskWidget.story'); } configure(loadStories, module);