1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 21:39:40 +02:00
portainer/app/edge/react/components/index.ts

6 lines
130 B
TypeScript

import angular from 'angular';
export const componentsModule = angular.module(
'portainer.edge.react.components',
[]
).name;