diff --git a/src/components/PromptInput/PromptInputFooterSuggestions.test.tsx b/src/components/PromptInput/PromptInputFooterSuggestions.test.tsx index c03b2432..3ac3649e 100644 --- a/src/components/PromptInput/PromptInputFooterSuggestions.test.tsx +++ b/src/components/PromptInput/PromptInputFooterSuggestions.test.tsx @@ -1,5 +1,4 @@ import figures from 'figures' -import React from 'react' import { describe, expect, it } from 'bun:test' import { renderToString } from '../../utils/staticRender.js' import { diff --git a/src/components/PromptInput/PromptInputFooterSuggestions.tsx b/src/components/PromptInput/PromptInputFooterSuggestions.tsx index de1e7c95..3307e4ce 100644 --- a/src/components/PromptInput/PromptInputFooterSuggestions.tsx +++ b/src/components/PromptInput/PromptInputFooterSuggestions.tsx @@ -1,5 +1,4 @@ import figures from 'figures' -import * as React from 'react' import { memo, type ReactNode } from 'react' import { useTerminalSize } from '../../hooks/useTerminalSize.js' import { stringWidth } from '../../ink/stringWidth.js'