Skip to content

Commit

Permalink
chore(popover): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eTallang committed Jan 21, 2025
1 parent fe8ab44 commit 08a8f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/components/popover/popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { close } from '../icon/iconRegistry';
addIcons(close);

import a11yStyles from '../../global-css/a11y.css?inline';
import buttonStyles from '../button/button.css?inline';
import { getFocusableElements } from '../../shared/getFocusableElement';
import buttonStyles from '../button/button.css?inline';

@customElement('cx-popover')
export class Popover extends LitElement {
Expand Down

0 comments on commit 08a8f1e

Please sign in to comment.