argos/dmp-frontend/src/app/ui/sidebar/sidebar-footer/opensource-licences/opensource-licences.compone...

16 lines
321 B
TypeScript
Raw Normal View History

2020-07-17 16:46:10 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-opensource-licences',
templateUrl: './opensource-licences.component.html',
styleUrls: ['./opensource-licences.component.scss']
})
export class OpensourceLicencesComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}