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

16 lines
292 B
TypeScript
Raw Normal View History

2020-02-05 10:54:30 +01:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'framadate-navigation',
templateUrl: './navigation.component.html',
styleUrls: ['./navigation.component.scss']
})
export class NavigationComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}