Update button-story.ts.mdx

The type on Primary was not working so I changed it.
This commit is contained in:
Jared Christensen 2023-06-20 13:28:03 -05:00 committed by GitHub
parent c739d024f6
commit 658877265b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ export default meta;
* See https://storybook.js.org/docs/html/api/csf
* to learn how to use render functions.
*/
export const Primary: Story = {
export const Primary: StoryObj = {
render: () => {
const btn = document.createElement('button');
btn.innerText = 'Button';