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

@@ -19,7 +19,7 @@ import {
lucideMonitor
} from '@ng-icons/lucide';
import { ScreenShareFacade } from '../../application/screen-share.facade';
import { ScreenShareFacade } from '../../application/facades/screen-share.facade';
import { selectOnlineUsers } from '../../../../store/users/users.selectors';
import { User } from '../../../../shared-kernel';
import { DEFAULT_VOLUME } from '../../../../core/constants';