Skip to content

Commit 65fd7b1

Browse files
committed
Fix invalid import.
1 parent ec27e97 commit 65fd7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/exceptions-table/top-exceptions-table.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, property } from "lit/decorators.js";
7-
import { BugMetaMap, ExceptionListEntry } from "../types";
7+
import { BugMetaMap, ExceptionListEntry } from "../../types";
88
import "../badge";
99
import "../bug-label";
1010
import "./exception-dialog";

0 commit comments

Comments
 (0)