mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
5 lines
212 B
JavaScript
5 lines
212 B
JavaScript
import Controller from '@ember/controller';
|
|
|
|
// The WithNamespaceResetting Mixin uses Controller Injection and requires us to keep this controller around
|
|
export default class JobsController extends Controller {}
|