mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00: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'
|
||
});
|
||
});
|