refactor(Nav/Conversation): reorganize imports and fix import paths

This commit is contained in:
Danny Avila 2023-07-27 10:11:57 -04:00 committed by Danny Avila
parent 4898f7489b
commit dd8bc39001
10 changed files with 42 additions and 25 deletions

View file

@ -5,6 +5,7 @@ export { default as Panel } from './Panel';
export { default as Spinner } from './Spinner';
export { default as Clipboard } from './Clipboard';
export { default as CheckMark } from './CheckMark';
export { default as LogOutIcon } from './LogOutIcon';
export { default as MessagesSquared } from './MessagesSquared';
export { default as StopGeneratingIcon } from './StopGeneratingIcon';
export { default as GoogleIcon } from './GoogleIcon';