hemat_solution/src/app/content/hemat-app/master/master-location-room/master-location-room.component.ts

11 lines
256 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-master-location-room',
templateUrl: './master-location-room.component.html',
styleUrls: ['./master-location-room.component.css']
})
export class MasterLocationRoomComponent {
}