Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Apr 25, 2024
1 parent fbcb9fa commit 6dd1bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/core/base-elements/overlay-base-element.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LitElement } from 'lit';

import { EventEmitter } from '../eventing/event-emitter.js';
import { EventEmitter } from '../eventing.js';
import type { SbbOpenedClosedState } from '../interfaces.js';

/** Base class for overlay components. */
Expand Down

0 comments on commit 6dd1bcb

Please sign in to comment.