Imports cleanup

This commit is contained in:
Matthew Breedlove
2025-08-26 23:32:47 -04:00
parent 19d739c7fd
commit 077dc0f5eb
4 changed files with 5 additions and 17 deletions
-12
View File
@@ -19,18 +19,6 @@ import {
import { getTerminalWidth } from './terminal';
import { getWidget } from './widgets';
// Re-export types for backward compatibility
export type { StatusJSON } from '../types/StatusJSON';
export type { TokenMetrics, TokenUsage, TranscriptLine } from '../types/TokenMetrics';
export type { RenderContext } from '../types/RenderContext';
// Color functions moved to colors.ts
// Re-exported for backward compatibility
export { applyColors } from './colors';
// Re-export getTerminalWidth for backward compatibility
export { getTerminalWidth };
// Helper function to format token counts
export function formatTokens(count: number): string {
if (count >= 1000000)