export class QuestionsPresenterComponent {
  constructor(public readonly questionsService: QuestionsService) {}
}