remove bad merges

This commit is contained in:
Ido Salomon
2025-04-12 00:50:37 +03:00
parent d798d1a132
commit a010f10c26
2 changed files with 1 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ import Sidebar from "./components/Sidebar";
import ToolsTab from "./components/ToolsTab";
import { DEFAULT_INSPECTOR_CONFIG } from "./lib/constants";
import { InspectorConfig } from "./lib/configurationTypes";
import { getMCPProxyAddress, getMCPServerRequestTimeout } from "./utils/configUtils";
import { getMCPProxyAddress } from "./utils/configUtils";
import { useToast } from "@/hooks/use-toast";
const params = new URLSearchParams(window.location.search);