mirror of https://github.com/portainer/portainer
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
![]() |
import angular from 'angular';
|
||
|
|
||
|
export const applicationsModule = angular.module(
|
||
|
'portainer.kubernetes.react.components.applications',
|
||
|
[]
|
||
|
).name;
|