feat: refactor session components to utilize BaseSessionLiveWrapper, streamlining sharing functionality and reducing code duplication across various session types
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m14s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m14s
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export { LiveIndicator } from './LiveIndicator';
|
||||
export { ShareModal } from './ShareModal';
|
||||
export { SessionLiveWrapper } from './SessionLiveWrapper';
|
||||
export { BaseSessionLiveWrapper } from './BaseSessionLiveWrapper';
|
||||
export { ShareButton } from './ShareButton';
|
||||
export { CollaboratorAvatars } from './CollaboratorAvatars';
|
||||
export { CollaborationToolbar } from './CollaborationToolbar';
|
||||
export type { LiveApiPath } from './BaseSessionLiveWrapper';
|
||||
|
||||
Reference in New Issue
Block a user