Skip to content

Commit

Permalink
fix: use correct ComboBoxScrollerMixin import in typings
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Oct 2, 2024
1 parent 24beb1f commit f17f244
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 f17f244

Please sign in to comment.