mirror of https://github.com/portainer/portainer
refactor(agent): replace root file with index (#4096)
parent
6fc923b05b
commit
67069547b8
|
@ -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…
Reference in New Issue