Skip to content

Commit

Permalink
refactor: remove unused ifDefined import from side-nav (#6953) (#6954)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Dec 12, 2023
1 parent 567ffc6 commit 4cb6d73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/side-nav/src/vaadin-side-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import { html, LitElement } from 'lit';
import { ifDefined } from 'lit/directives/if-defined.js';
import { FocusMixin } from '@vaadin/a11y-base/src/focus-mixin.js';
import { defineCustomElement } from '@vaadin/component-base/src/define.js';
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
Expand Down

0 comments on commit 4cb6d73

Please sign in to comment.