Skip to content

Commit

Permalink
refactor: use relative import in menu-overlay mixin (#4740) (#4743)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan authored Oct 13, 2022
1 parent 0c9cc66 commit 09a8898
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vaadin-material-styles/mixins/menu-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import '../color.js';
import './overlay.js';
import { overlay } from '@vaadin/vaadin-material-styles/mixins/overlay.js';
import { registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
import { overlay } from './overlay.js';

const menuOverlay = overlay;

Expand Down

0 comments on commit 09a8898

Please sign in to comment.