import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-step-five', templateUrl: './step-five.component.html', styleUrls: ['./step-five.component.scss'], }) export class StepFiveComponent implements OnInit { constructor() {} ngOnInit(): void {} }