mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
8 lines
220 B
TypeScript
8 lines
220 B
TypeScript
import Component from '@ember/component';
|
|
|
|
export default class DatasetsHealthMetricsCharts extends Component.extend({
|
|
// anything which *must* be merged to prototype here
|
|
}) {
|
|
// normal class body definition here
|
|
}
|