diff --git a/components/.gitignore b/components/.gitignore index 242a7a60..220a83c7 100644 --- a/components/.gitignore +++ b/components/.gitignore @@ -3,4 +3,4 @@ /test/ /build/ custom-elements.json - +components.iml diff --git a/components/src/components/location-filter.stories.ts b/components/src/components/location-filter.stories.ts index f942f867..647bd677 100644 --- a/components/src/components/location-filter.stories.ts +++ b/components/src/components/location-filter.stories.ts @@ -18,7 +18,7 @@ const meta: Meta<{}> = { export default meta; -const Template: StoryObj<{}> = { +const Template: StoryObj = { render: () => { return html` diff --git a/components/src/storybook-declarations.d.ts b/components/src/storybook-declarations.d.ts new file mode 100644 index 00000000..9931ba77 --- /dev/null +++ b/components/src/storybook-declarations.d.ts @@ -0,0 +1 @@ +declare module '@storybook/addon-actions/decorator'; \ No newline at end of file