mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 23:04:23 +00:00
7 lines
249 B
JavaScript
7 lines
249 B
JavaScript
var vent = require('vent');
|
|
var Marionette = require('marionette');
|
|
var SeriesIndexItemView = require('../SeriesIndexItemView');
|
|
|
|
module.exports = SeriesIndexItemView.extend({
|
|
template : 'Series/Index/Overview/SeriesOverviewItemViewTemplate'
|
|
}); |