Skip to content

Commit

Permalink
frontend: Improve service organization
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 24, 2024
1 parent e64ed12 commit cb8ea2a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core';
import { RoomPreferences } from '@openvidu/call-common-types';
import { LoggerService } from 'openvidu-components-angular';
import { HttpService } from './http.service';
import { HttpService } from '../http/http.service';

@Injectable({
providedIn: 'root'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './context.service';
export * from './http.service';
export * from './global-preferences.service';
export * from './context/context.service';
export * from './http/http.service';
export * from './global-preferences/global-preferences.service';

0 comments on commit cb8ea2a

Please sign in to comment.