funky-framadate-front/src/app/pages/voting-graph/voting-graph.component.ts

16 lines
299 B
TypeScript
Raw Normal View History

2019-08-21 14:28:50 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'framadate-voting-graph',
templateUrl: './voting-graph.component.html',
styleUrls: ['./voting-graph.component.scss']
})
export class VotingGraphComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}