add missing import to template

This commit is contained in:
Cory LaViska
2024-02-09 10:20:18 -05:00
parent 02ce4dbf4e
commit 1bf3e5a2b7

View File

@@ -2,6 +2,7 @@ import { property } from 'lit/decorators.js';
import { html } from 'lit';
import { LocalizeController } from '../../utilities/localize.js';
import { watch } from '../../internal/watch.js';
import componentStyles from '../../styles/component.styles.js';
import ShoelaceElement from '../../internal/shoelace-element.js';
import styles from './{{ tagWithoutPrefix tag }}.styles.js';
import type { CSSResultGroup } from 'lit';