export const jobsModule = angular
  .module('portainer.edge.react.views.jobs', [])
  .component(
    'edgeJobsView',
    r2a(withUIRouter(withCurrentUser(ListView)), [])