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 85f32f5 commit bf1f5aeCopy full SHA for bf1f5ae
src/exceptions-table/top-exceptions-table.ts
@@ -10,7 +10,7 @@ import "../bug-label";
10
import "./exception-dialog";
11
import { ExceptionDialog } from "./exception-dialog";
12
import tableStyles from "./table-styles.css.ts";
13
-import { getHostFromUrlPattern, getBugMetaForEntry } from "./utils.ts";
+import { getHostFromUrlPattern } from "./utils.ts";
14
15
interface TopResource {
16
host: string;
0 commit comments