ui/app/models/job.js

6 lines
98 B
JavaScript

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