refactor: stricter domain: screen-share

This commit is contained in:
2026-04-11 14:42:12 +02:00
parent a6bdac1a25
commit 3fb5515c3a
6 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
export * from './application/screen-share.facade';
export * from './application/screen-share-source-picker.service';
export * from './domain/screen-share.config';
export * from './application/facades/screen-share.facade';
export * from './application/services/screen-share-source-picker.service';
export * from './domain/constants/screen-share.constants';
// Feature components
export { ScreenShareViewerComponent } from './feature/screen-share-viewer/screen-share-viewer.component';