```js // demo-button.stories.js import { html } from 'lit-html'; import './demo-button'; export const Primary = () => html``; ```