Files
auditly/components/CompanyWiki/index.ts
Ra cf565df13e feat: major UI overhaul with new components and enhanced UX
- Add comprehensive Company Wiki feature with complete state management
  - CompanyWikiManager, empty states, invite modals
- Implement new Chat system with enhanced layout and components
  - ChatLayout, ChatSidebar, MessageThread, FileUploadInput
- Create modern Login and OTP verification flows
  - LoginNew page, OTPVerification component
- Add new Employee Forms system with enhanced controller
- Introduce Figma-based design components and multiple choice inputs
- Add new font assets (NeueMontreal) and robot images for onboarding
- Enhance existing components with improved styling and functionality
- Update build configuration and dependencies
- Remove deprecated ModernLogin component
2025-08-20 04:06:49 -07:00

6 lines
411 B
TypeScript

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';