Skip to content

Commit

Permalink
fix: workaround for missing module declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKellerer committed Feb 22, 2024
1 parent 7bdc211 commit eb98074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/test/
/build/
custom-elements.json

components.iml
2 changes: 1 addition & 1 deletion components/src/components/location-filter.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const meta: Meta<{}> = {

export default meta;

const Template: StoryObj<{}> = {
const Template: StoryObj = {
render: () => {
return html` <gs-app lapis="https://lapis.cov-spectrum.org/open/v1/sample">
<gs-location-filter></gs-location-filter>
Expand Down
1 change: 1 addition & 0 deletions components/src/storybook-declarations.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '@storybook/addon-actions/decorator';

0 comments on commit eb98074

Please sign in to comment.