From 04801cd988fe8cfa834a725e483c4a2896d08f6d Mon Sep 17 00:00:00 2001 From: Sakshi Gupta Date: Tue, 30 Sep 2025 16:33:35 +0530 Subject: [PATCH] Remove CloudShellTerminalComponent changes - revert to master version --- .../Tabs/CloudShellTab/CloudShellTerminalComponent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Explorer/Tabs/CloudShellTab/CloudShellTerminalComponent.tsx b/src/Explorer/Tabs/CloudShellTab/CloudShellTerminalComponent.tsx index 3408ccf21..7ad05e876 100644 --- a/src/Explorer/Tabs/CloudShellTab/CloudShellTerminalComponent.tsx +++ b/src/Explorer/Tabs/CloudShellTab/CloudShellTerminalComponent.tsx @@ -1,6 +1,6 @@ +import { FitAddon } from "@xterm/addon-fit"; +import { Terminal } from "@xterm/xterm"; import React, { useEffect, useRef } from "react"; -import { Terminal } from "xterm"; -import { FitAddon } from "xterm-addon-fit"; import "xterm/css/xterm.css"; import { DatabaseAccount } from "../../../Contracts/DataModels"; import { TerminalKind } from "../../../Contracts/ViewModels";