Skip to content

Commit

Permalink
perf: ⚡️ use import type
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Aug 10, 2024
1 parent bef6c26 commit f272060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup-gui.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./popup.css";
import { html, LitElement } from "lit";
import { customElement, property, state } from "lit/decorators.js";
import { Step } from "./storage";
import type { Step } from "./storage";

@customElement("popup-gui")
export class PopupGuiElement extends LitElement {
Expand Down

0 comments on commit f272060

Please sign in to comment.