Skip to content

Commit

Permalink
remove "mixes ResizeMixin"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Aug 14, 2024
1 parent cdc7f35 commit 557352a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dashboard/src/vaadin-dashboard-layout-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { css } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
* A mixin to enable the dashboard layout functionality
*
* @polymerMixin
* @mixes ResizeMixin
*/
export const DashboardLayoutMixin = (superClass) =>
class DashboardLayoutMixinClass extends superClass {
Expand Down

0 comments on commit 557352a

Please sign in to comment.