1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

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

This commit is contained in:
Chaim Lev-Ari 2020-07-22 21:29:27 +03:00 committed by GitHub
parent 6fc923b05b
commit 67069547b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

3
app/agent/index.js Normal file
View file

@ -0,0 +1,3 @@
import angular from 'angular';
angular.module('portainer.agent', []);