mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-24 05:31:30 +02:00
5 lines
No EOL
140 B
JavaScript
5 lines
No EOL
140 B
JavaScript
var Marionette = require('marionette');
|
|
|
|
module.exports = Marionette.CompositeView.extend({
|
|
template : 'AddSeries/EmptyViewTemplate'
|
|
}); |