```js // Button.stories.js export default { title: 'Design System/Atoms/Button', component: 'demo-button', }; // This is the only named export in the file, and it matches the component name export const Button = {}; ```