Formatting fixes.

This commit is contained in:
Dermot Duffy
2024-08-17 11:48:41 -07:00
parent 869c2f9049
commit dc3ff62603
3 changed files with 14 additions and 5 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
import { CSSResultGroup, LitElement, PropertyValues, TemplateResult, html, unsafeCSS } from 'lit';
import {
CSSResultGroup,
LitElement,
PropertyValues,
TemplateResult,
html,
unsafeCSS,
} from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';
import { actionHandler } from '../action-handler-directive.js';