diff --git a/src/components/counter/counter.stories.ts b/src/components/counter/counter.stories.ts index 1050e9a..fba133d 100644 --- a/src/components/counter/counter.stories.ts +++ b/src/components/counter/counter.stories.ts @@ -1,6 +1,6 @@ import type { StoryObj, Meta } from '@storybook/html'; -import { counter } from './index'; +import { Counter } from './index'; // More on how to set up stories at: https://storybook.js.org/docs/html/writing-stories/introduction#default-export const meta = { @@ -12,7 +12,7 @@ const meta = { render: () => { // You can either use a function to create DOM elements or use a plain html string! // return `
Click on the Vite, TypeScript and Storybook logos to learn more