Skip to content

Commit

Permalink
Update ha-backup-addons-picker.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Dec 24, 2024
1 parent 74e5a4d commit a9bf627
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { LitElement, css, html } from "lit";
import { customElement, property } from "lit/decorators";
import memoizeOne from "memoize-one";
import { fireEvent } from "../../../../common/dom/fire_event";
import { stringCompare } from "../../../../common/string/compare";
import "../../../../components/ha-checkbox";
import type { HaCheckbox } from "../../../../components/ha-checkbox";
import "../../../../components/ha-formfield";
Expand Down

0 comments on commit a9bf627

Please sign in to comment.