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;