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 b43479a commit cb1cb31Copy full SHA for cb1cb31
cli/src/ui/messages/MessageDisplay.tsx
@@ -42,7 +42,6 @@ import { Box, Static } from "ink"
42
import { useAtomValue } from "jotai"
43
import { type UnifiedMessage, staticMessagesAtom, dynamicMessagesAtom } from "../../state/atoms/ui.js"
44
import { MessageRow } from "./MessageRow.js"
45
-import { logs } from "../../services/logs.js"
46
47
interface MessageDisplayProps {
48
/** Optional filter to show only specific message types */
0 commit comments