mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-01 18:46:34 -04:00
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
'use strict';
|
||
define(
|
||
[
|
||
'marionette'
|
||
], function (Marionette) {
|
||
return Marionette.ItemView.extend({
|
||
template: 'Shared/notfoundtemplate'
|
||
});
|
||
});
|
||
|
||
|