Skip to content

Commit 67880a3

Browse files
committed
Fix import
1 parent 6848a55 commit 67880a3

File tree

1 file changed

+1
-2
lines changed
  • src/components/Agentic/IncidentDetails/IncidentMetaData/IdeToolbar

1 file changed

+1
-2
lines changed

src/components/Agentic/IncidentDetails/IncidentMetaData/IdeToolbar/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { useEffect, useState, type ComponentType } from "react";
22
import { sendUserActionTrackingEvent } from "../../../../../utils/actions/sendUserActionTrackingEvent";
33
import { uniqueBy } from "../../../../../utils/uniqueBy";
4-
import type { VSCodeExtensionInfo } from "../../../../IdeLauncher/types";
54
import { VSCodeLogoIcon } from "../../../../common/icons/100px/VSCodeLogoIcon";
65
import { CursorLogoIcon } from "../../../../common/icons/24px/CursorLogoIcon";
76
import type { IconProps } from "../../../../common/icons/types";
@@ -11,7 +10,7 @@ import { trackingEvents } from "../../../tracking";
1110
import { addChatContextIncidentFile } from "./addChatContextFile";
1211
import { scanRunningVSCodeIdeProjects } from "./scanRunningVSCodeIdeProjects";
1312
import * as s from "./styles";
14-
import type { IdeToolbarProps } from "./types";
13+
import type { IdeToolbarProps, VSCodeExtensionInfo } from "./types";
1514

1615
const IDE_ICONS: Record<string, ComponentType<IconProps>> = {
1716
cursor: CursorLogoIcon,

0 commit comments

Comments
 (0)