refactor(agent): replace root file with index (#4096)

pull/4073/head
Chaim Lev-Ari 4 years ago committed by GitHub
parent 6fc923b05b
commit 67069547b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ import '@babel/polyfill';
import angular from 'angular';
import './agent/_module';
import './agent';
import './azure/_module';
import './docker/__module';
import './edge/__module';

@ -1 +1,3 @@
import angular from 'angular';
angular.module('portainer.agent', []);
Loading…
Cancel
Save