Skip to content

Commit fe3e2df

Browse files
committed
Fix linting issue: obsolete import
1 parent 3627b7e commit fe3e2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import { LitElement, html, css } from "lit";
66
import { customElement, state } from "lit/decorators.js";
7-
import { ExceptionListEntry, BugMetaMap, BugMeta } from "./types";
7+
import { ExceptionListEntry, BugMetaMap } from "./types";
88
import "./exceptions-table";
99
import "./github-corner";
1010

0 commit comments

Comments
 (0)