funky-framadate-front/src/app/features/administration/form/step-three/step-three.component.ts

13 lines
281 B
TypeScript

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