diff options
| author | Jaana Dogan <[email protected]> | 2025-04-21 11:49:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 11:49:46 -0700 |
| commit | 651a5434036f1906f19523f1265686c168305060 (patch) | |
| tree | 4c1fe7d7b8a6b72811dcb2cdd2239ec47e4eed66 /packages/cli/src/ui/hooks/useLoadingIndicator.ts | |
| parent | 738c2692fb9bdeda7c801e7b4e773f81ebc1ded0 (diff) | |
Remove gemini-stream.ts (#84)
This module is no longer needed and the types can be provided from types.
Diffstat (limited to 'packages/cli/src/ui/hooks/useLoadingIndicator.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useLoadingIndicator.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/useLoadingIndicator.ts b/packages/cli/src/ui/hooks/useLoadingIndicator.ts index 1dab9756..6d1d77d4 100644 --- a/packages/cli/src/ui/hooks/useLoadingIndicator.ts +++ b/packages/cli/src/ui/hooks/useLoadingIndicator.ts @@ -9,7 +9,7 @@ import { WITTY_LOADING_PHRASES, PHRASE_CHANGE_INTERVAL_MS, } from '../constants.js'; -import { StreamingState } from '../../core/gemini-stream.js'; +import { StreamingState } from '../types.js'; export const useLoadingIndicator = (streamingState: StreamingState) => { const [elapsedTime, setElapsedTime] = useState(0); |
