export const viewsModule = angular
  .module('portainer.azure.react.views', [])
  .component(
    'containerInstanceView',
    r2a(withUIRouter(withReactQuery(withCurrentUser(ItemView))), [])