mirror of https://github.com/portainer/portainer
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
|
import angular from 'angular';
|
||
|
|
||
|
export const componentsModule = angular.module(
|
||
|
'portainer.edge.react.components',
|
||
|
[]
|
||
|
).name;
|