mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-02 13:14:58 +00:00
11 lines
208 B
JavaScript
11 lines
208 B
JavaScript
'use strict';
|
||
|
||
define(
|
||
[
|
||
'marionette'
|
||
], function (Marionette) {
|
||
|
||
return Marionette.CompositeView.extend({
|
||
template: 'Series/Index/EmptyTemplate'
|
||
});
|
||
});
|