Skip to content

Commit d0ee8ba

Browse files
committed
fix import path
1 parent c3a9c50 commit d0ee8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdown/dropdown-popover-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import '../../button/button.js';
1+
import '../button/button.js';
22
import { css, html } from 'lit';
33
import { classMap } from 'lit/directives/class-map.js';
44
import { findComposedAncestor } from '../../helpers/dom.js';

0 commit comments

Comments
 (0)