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