portainer/app/edge/react/views/templates.ts

7 lines
134 B
TypeScript

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