Skip to content

Commit

Permalink
frontend: Fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jan 10, 2025
1 parent e1bc3fc commit 5d583f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { RoomPreferences } from '../../../../../../../common-types/dist';
import { RoomPreferences } from 'openvidu-call';
import { LoggerService } from 'openvidu-components-angular';
import { HttpService } from '../http/http.service';

Expand Down

0 comments on commit 5d583f5

Please sign in to comment.