funky-framadate-front/src/app/features/administration/form/option-link/option-link.component.ts

13 lines
285 B
TypeScript

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