```js // Button.stories.js import React from 'react'; import { Button } from './Button'; export const Primary = () => ; ```