mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07: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'
|
||
});
|
||
});
|