mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
|
import angular from 'angular';
|
||
|
|
||
|
export const componentsModule = angular.module(
|
||
|
'portainer.docker.react.components',
|
||
|
[]
|
||
|
).name;
|