mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
* refactor(app): move storidge to new 'integrations' module * style(storidge): revert TODO note removal
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
angular.module('portainer.integrations', [
|
|
'portainer.integrations.storidge'
|
|
]);
|