mirror of https://github.com/portainer/portainer
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
|
import controller from './kube-custom-templates-view.controller.js';
|
||
|
|
||
|
export const kubeCustomTemplatesView = {
|
||
|
templateUrl: './kube-custom-templates-view.html',
|
||
|
controller,
|
||
|
};
|