We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019777b commit bc1bc0eCopy full SHA for bc1bc0e
client/src/App.tsx
@@ -19,7 +19,7 @@ import ResourcesTab, { Resource } from "./components/ResourcesTab";
19
import NotificationsTab from "./components/NotificationsTab";
20
import PromptsTab, { Prompt } from "./components/PromptsTab";
21
import ToolsTab, { Tool as ToolType } from "./components/ToolsTab";
22
-import History from "./components/CommandHistory";
+import History from "./components/History";
23
24
const App = () => {
25
const [socket, setSocket] = useState<WebSocket | null>(null);
0 commit comments