blob: 79d64afe76a1d955ecfb3464b31291d68d1daca2 [file] [log] [blame]
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-add-office',
templateUrl: './add-office.component.html',
styleUrls: ['./add-office.component.scss']
})
export class AddOfficeComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}