Skip to content

Commit

Permalink
ci(chromatic): remove broken import in filter stories
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed May 18, 2024
1 parent 0a90367 commit 19b4872
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { storyFilters } from "../../../.storybook/helpers";
import { modesDarkDefault } from "../../../.storybook/utils";
import { html } from "../../../support/formatting";
import readme from "./readme.md";
Expand All @@ -8,7 +7,6 @@ export default {
parameters: {
notes: readme,
},
...storyFilters(),
};

export const simple_TestOnly = (): string => html`<calcite-filter></calcite-filter>`;
Expand Down

0 comments on commit 19b4872

Please sign in to comment.