mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-17 22:13:30 +01:00
12 lines
209 B
JavaScript
12 lines
209 B
JavaScript
|
||
'use strict';
|
||
|
||
define(
|
||
[
|
||
'marionette'
|
||
], function (Marionette) {
|
||
|
||
return Marionette.CompositeView.extend({
|
||
template: 'Series/Index/EmptyTemplate'
|
||
});
|
||
});
|