cleanup diffs

This commit is contained in:
Jeffrey Ling
2024-12-09 04:29:30 -07:00
parent 1ddc63b330
commit 024f06c1b7

View File

@@ -58,9 +58,6 @@ import ToolsTab from "./components/ToolsTab";
type ServerCapabilities = z.infer<typeof ServerCapabilitiesSchema>;
// PLACEHOLDER: imports and other type definitions
const DEFAULT_REQUEST_TIMEOUT_MSEC = 10000;
const params = new URLSearchParams(window.location.search);
@@ -224,8 +221,6 @@ const App = () => {
rootsRef.current = roots;
}, [roots]);
const pushHistory = (request: object, response?: object) => {
setRequestHistory((prev) => [
...prev,