ui/app/models/job.js

7 lines
99 B
JavaScript

import Workload from 'ui/models/workload';
const Job = Workload.extend({
});
export default Job;