diff --git a/code/frameworks/ember/template/cli/1-Button.stories.js b/code/frameworks/ember/template/cli/Button.stories.js similarity index 97% rename from code/frameworks/ember/template/cli/1-Button.stories.js rename to code/frameworks/ember/template/cli/Button.stories.js index 3729c5200a6..92d4eb67f58 100644 --- a/code/frameworks/ember/template/cli/1-Button.stories.js +++ b/code/frameworks/ember/template/cli/Button.stories.js @@ -4,7 +4,7 @@ import { linkTo } from '@storybook/addon-links'; // More on how to set up stories at: https://storybook.js.org/docs/7.0/ember/writing-stories/introduction export default { - title: 'Button', + title: 'Example/Button', render: (args) => ({ template: hbs``, context: args,