mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-16 09:50:49 +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'
|
|
}); |