5 lines
231 B
JavaScript
5 lines
231 B
JavaScript
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 {}
|