change to a type import

This commit is contained in:
Niels Lyngsø
2023-01-11 20:09:42 +01:00
parent 2dea9896f7
commit 66c6ea2cf1

View File

@@ -1,4 +1,5 @@
import { nothing, TemplateResult } from 'lit';
import { nothing } from 'lit';
import type { TemplateResult } from 'lit';
import { customElement, property, state } from 'lit/decorators.js';
import { map } from 'rxjs';
import { repeat } from 'lit/directives/repeat.js';