mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
12 lines
203 B
JavaScript
12 lines
203 B
JavaScript
'use strict';
|
|
|
|
define(
|
|
[
|
|
'marionette'
|
|
], function (Marionette) {
|
|
|
|
return Marionette.CompositeView.extend({
|
|
template: 'AddSeries/EmptyViewTemplate'
|
|
});
|
|
});
|