Sengi-Windows-MacOS-Linux/src/app/components/streams-selection-footer/streams-selection-footer.co...

16 lines
339 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-streams-selection-footer',
templateUrl: './streams-selection-footer.component.html',
styleUrls: ['./streams-selection-footer.component.css']
})
export class StreamsSelectionFooterComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}