chore: formatting [ci skip]

This commit is contained in:
Eric Liu 2019-12-15 15:31:59 -08:00
commit f7b3dd926c
2 changed files with 2 additions and 8 deletions

View file

@ -1,7 +1,7 @@
import { withKnobs, text, select, boolean } from '@storybook/addon-knobs';
import Component from './RadioButton.Story.svelte';
export default { title: 'Radio Button', decorators: [withKnobs] };
export default { title: 'RadioButton', decorators: [withKnobs] };
const labelPositions = {
'Left (left)': 'left',