funky-framadate-front/src/app/features/participation/poll-comment/poll-comment.component.ts

13 lines
289 B
TypeScript

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