We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3627b7e commit fe3e2dfCopy full SHA for fe3e2df
src/app.ts
@@ -4,7 +4,7 @@
4
5
import { LitElement, html, css } from "lit";
6
import { customElement, state } from "lit/decorators.js";
7
-import { ExceptionListEntry, BugMetaMap, BugMeta } from "./types";
+import { ExceptionListEntry, BugMetaMap } from "./types";
8
import "./exceptions-table";
9
import "./github-corner";
10
0 commit comments