Skip to content

Commit

Permalink
fix: use correct ComboBoxScrollerMixin import in typings (#7917) (#7922)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Oct 2, 2024
1 parent 48415be commit 79e40ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/combo-box/src/vaadin-combo-box-scroller.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2015 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import { ComboBoxScrollerMixin } from './vaadin-combo-box-overlay-mixin.js';
import { ComboBoxScrollerMixin } from './vaadin-combo-box-scroller-mixin.js';

/**
* An element used internally by `<vaadin-combo-box>`. Not intended to be used separately.
Expand Down

0 comments on commit 79e40ce

Please sign in to comment.