Skip to content

Commit

Permalink
refactor: remove unused ifDefined import from side-nav (#6953)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Dec 12, 2023
1 parent f3885f9 commit 49d373d
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 49d373d

Please sign in to comment.