WIP: DataSets Module
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-data-set-detail',
|
||||
templateUrl: './data-set-detail.component.html',
|
||||
styleUrls: ['./data-set-detail.component.scss']
|
||||
})
|
||||
export class DataSetDetailComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user