Skip to content

Commit

Permalink
pr suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Siggery committed Nov 26, 2024
1 parent 0c7b7ce commit a84465a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/pie-storybook/stories/pie-chip.stories.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import { html, nothing } from 'lit';
import { ifDefined } from 'lit/directives/if-defined.js';
import { action } from '@storybook/addon-actions';
import { type Meta } from '@storybook/web-components';

import '@justeattakeaway/pie-chip';
import { type ChipProps as ChipPropsBase, variants, defaultProps } from '@justeattakeaway/pie-chip';
import { type Meta } from '@storybook/web-components';

import '@justeattakeaway/pie-icons-webc/dist/IconHeartFilled.js';

import { type SlottedComponentProps } from '../types';

import {
createStory, createVariantStory, type TemplateFunction, sanitizeAndRenderHTML,
} from '../utilities';
import { createStory, type TemplateFunction, sanitizeAndRenderHTML } from '../utilities';

type ChipProps = SlottedComponentProps<ChipPropsBase> & { showIcon: boolean };
type ChipStoryMeta = Meta<ChipProps>;
Expand Down

0 comments on commit a84465a

Please sign in to comment.