import { Component } from '@angular/core';
@Component({
  template: require('./wizard.html')
})
export class WizardFormComponent {}
