Project

General

Profile

1
import { Component } from '@angular/core';
2

    
3
@Component({
4
  selector: 'app-country-collaboration-datasets',
5
  templateUrl: './country-collaboration-datasets.component.html',
6
})
7

    
8
export class CountryCollaborationDatasetsComponent {}
(5-5/6)