Skip to content

Commit

Permalink
fix: add missing .js extension to ScrollerMixin import (#7952)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 8, 2024
1 parent ae1fb0e commit b80d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scroller/src/vaadin-scroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { defineCustomElement } from '@vaadin/component-base/src/define.js';
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
import { OverflowController } from '@vaadin/component-base/src/overflow-controller.js';
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
import { ScrollerMixin } from './vaadin-scroller-mixin';
import { ScrollerMixin } from './vaadin-scroller-mixin.js';

/**
* `<vaadin-scroller>` provides a simple way to enable scrolling when its content is overflowing.
Expand Down

0 comments on commit b80d551

Please sign in to comment.