From 08a8f1e05cb34ef3929f3218a2b26261a8372ab1 Mon Sep 17 00:00:00 2001 From: Erik Tallang Date: Tue, 21 Jan 2025 12:54:56 +0100 Subject: [PATCH] chore(popover): fix lint issues --- packages/lib/components/popover/popover.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib/components/popover/popover.ts b/packages/lib/components/popover/popover.ts index bb302b0..76e51f2 100644 --- a/packages/lib/components/popover/popover.ts +++ b/packages/lib/components/popover/popover.ts @@ -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 {