shave and code split (#4630)

This commit is contained in:
Jack Amadeo
2025-09-24 13:42:19 -04:00
committed by GitHub
parent 5acaca4301
commit ad045bc94c
8 changed files with 26 additions and 79 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type { View } from '../utils/navigationUtils';
import Stop from './ui/Stop';
import { Attach, Send, Close, Microphone } from './icons';
import { ChatState } from '../types/chatState';
import { debounce } from 'lodash';
import debounce from 'lodash/debounce';
import { LocalMessageStorage } from '../utils/localMessageStorage';
import { Message } from '../types/message';
import { DirSwitcher } from './bottom_menu/DirSwitcher';