From 27bd503240efc9b07425d259cdf92a17b712fdb1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:37:56 +0000 Subject: [PATCH] fix: remove duplicate ServerCapabilities type declarations --- client/src/App.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index b016626..fb4e603 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -58,9 +58,7 @@ import ToolsTab from "./components/ToolsTab"; type ServerCapabilities = z.infer; -type ServerCapabilities = z.infer; - -type ServerCapabilities = z.infer; +// PLACEHOLDER: imports and other type definitions const DEFAULT_REQUEST_TIMEOUT_MSEC = 10000;