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

13 lines
273 B
TypeScript
Raw Normal View History

2021-10-15 09:39:51 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-step-one',
templateUrl: './step-one.component.html',
styleUrls: ['./step-one.component.scss'],
})
export class StepOneComponent implements OnInit {
constructor() {}
ngOnInit(): void {}
}