diff --git a/src/components/CompletionCard/CompletionCard.tsx b/src/components/CompletionCard/CompletionCard.tsx index f87c616..195b614 100644 --- a/src/components/CompletionCard/CompletionCard.tsx +++ b/src/components/CompletionCard/CompletionCard.tsx @@ -1,6 +1,5 @@ import React from "react"; import { ICompletionDetail } from "../../logic/completionMapping"; -import { TSourceMapping } from "../../logic/sourceMapping"; import { CompletionTypes } from "../../types/engine262-stubs"; import { InlineResultViewer } from "../InlineResultViewer"; @@ -52,14 +51,26 @@ export function CompletionCard(props: ICompletionCardProps) {
| [[Type]] |