Skip to content

Commit bf1f5ae

Browse files
committed
Remove obsolete / invalid import.
1 parent 85f32f5 commit bf1f5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions-table/top-exceptions-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "../bug-label";
1010
import "./exception-dialog";
1111
import { ExceptionDialog } from "./exception-dialog";
1212
import tableStyles from "./table-styles.css.ts";
13-
import { getHostFromUrlPattern, getBugMetaForEntry } from "./utils.ts";
13+
import { getHostFromUrlPattern } from "./utils.ts";
1414

1515
interface TopResource {
1616
host: string;

0 commit comments

Comments
 (0)