Files
2026-07-13 12:08:39 +08:00

8 lines
205 B
JavaScript

import angular from 'angular';
import controller from './theme-settings.controller';
angular.module('portainer.app').component('themeSettings', {
templateUrl: './theme-settings.html',
controller,
});