import Controller from '@ember/controller'; // This may be safe to remove but we can't be sure, some route may try access this directly using this.controllerFor export default class JobsJobDispatchController extends Controller {}