Files
portainer--portainer/app/edge/react/views/templates.ts
T
2026-07-13 12:08:39 +08:00

7 lines
134 B
TypeScript

import angular from 'angular';
export const templatesModule = angular.module(
'portainer.edge.react.views.templates',
[]
).name;