import { Component, OnInit, OnDestroy } from '@angular/core';

@Component({
  selector: 'app-layout-register',
  templateUrl: './register.component.html'
})
export class LayoutRegisterComponent implements OnInit {

  constructor( ) {
    // TODO
  }

  public ngOnInit() {
    // TODO
  }

}
