Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Nov 24, 2023
1 parent 130b6cd commit c29cc09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { withActions } from '@storybook/addon-actions/decorator';
import { InputType } from '@storybook/types';
import type { Meta, StoryObj, Decorator, StoryContext } from '@storybook/web-components';
import { Args, ArgTypes } from '@storybook/web-components';
import { html, nothing, TemplateResult } from 'lit';
import { html, TemplateResult } from 'lit';
import { styleMap } from 'lit/directives/style-map.js';

import { sbbSpread } from '../../core/dom';
Expand Down

0 comments on commit c29cc09

Please sign in to comment.