1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-01 04:45:35 +00:00
Radarr/UI/Settings/General/GeneralView.js

9 lines
183 B
JavaScript
Raw Normal View History

'use strict';
define(['marionette'], function (Marionette) {
return Marionette.ItemView.extend({
template: 'Settings/General/GeneralTemplate'
}
);
});