Skip to content

Commit bc1bc0e

Browse files
committed
Fix import
1 parent 019777b commit bc1bc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import ResourcesTab, { Resource } from "./components/ResourcesTab";
1919
import NotificationsTab from "./components/NotificationsTab";
2020
import PromptsTab, { Prompt } from "./components/PromptsTab";
2121
import ToolsTab, { Tool as ToolType } from "./components/ToolsTab";
22-
import History from "./components/CommandHistory";
22+
import History from "./components/History";
2323

2424
const App = () => {
2525
const [socket, setSocket] = useState<WebSocket | null>(null);

0 commit comments

Comments
 (0)