update the chat to use the new chat, fix file uploads, mentions, and message area scaling

This commit is contained in:
Ra
2025-08-20 15:26:23 -07:00
parent be2cab7c9e
commit 9c20073755
80 changed files with 1204 additions and 4338 deletions

View File

@@ -0,0 +1,6 @@
export { CompanyWikiEmptyState } from './CompanyWikiEmptyState';
export { CompanyWikiCompletedState } from './CompanyWikiCompletedState';
export { InviteEmployeesModal } from './InviteEmployeesModal';
export { InviteMultipleEmployeesModal } from './InviteMultipleEmployeesModal';
export { CompanyWikiManager } from './CompanyWikiManager';
export type { WikiState, InviteModalState } from './CompanyWikiManager';