Ember-cli cleanup

This commit is contained in:
Michael Shilman 2020-06-16 21:14:10 +08:00
parent a49c2c8738
commit 1f90c8b8ae
5 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@ import { hbs } from 'ember-cli-htmlbars';
export default {
title: 'Addon/a11y',
parameters: {
options: { selectedPanel: '@storybook/a11y/panel' },
},

View File

@ -3,7 +3,6 @@ import { action } from '@storybook/addon-actions';
export default {
title: 'Addon/Actions',
parameters: {
options: {
selectedPanel: 'storybook/actions/panel',

View File

@ -2,7 +2,6 @@ import { hbs } from 'ember-cli-htmlbars';
export default {
title: 'Addon/Backgrounds',
parameters: {
backgrounds: {
default: 'dark',

View File

@ -5,7 +5,6 @@ import { action } from '@storybook/addon-actions';
export default {
title: 'Addon/Knobs',
decorators: [withKnobs],
parameters: {
options: { selectedPanel: 'storybookjs/knobs/panel' },
},

View File

@ -2,7 +2,6 @@ import { hbs } from 'ember-cli-htmlbars';
export default {
title: 'Welcome',
parameters: {
options: { showPanel: false },
},