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
}