This commit is contained in:
Peter Maquiran
2022-01-10 13:31:15 +01:00
parent d4470e0b80
commit b82239741b
6 changed files with 57 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class RoomService {
constructor() { }
}