```js // List.stories.js import List from './List' export default { component: List, title: 'List', }; // Always an empty list, not super interesting const Template = (args) => ; ```