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