Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Apr 3, 2024
1 parent 40e79d2 commit c91e488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {
import { html, type TemplateResult } from 'lit';
import { type StyleInfo, styleMap } from 'lit/directives/style-map.js';

import { sbbSpread } from '../../core/dom';
import { sbbSpread } from '../../../storybook/helpers/spread';

import readme from './readme.md?raw';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { CSSResultGroup, PropertyValues, TemplateResult } from 'lit';
import { customElement } from 'lit/decorators.js';

import { assignId } from '../../core/a11y';
import { SbbOptionBaseElement } from '../../core/base-elements/option-base-element';
import { hostAttributes } from '../../core/decorators';
import { EventEmitter } from '../../core/eventing';
Expand Down

0 comments on commit c91e488

Please sign in to comment.