mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
'use strict';
|
||
|
||
define(
|
||
[
|
||
'marionette'
|
||
], function (Marionette) {
|
||
|
||
return Marionette.CompositeView.extend({
|
||
template: 'Series/Index/EmptyTemplate'
|
||
});
|
||
});
|