mirror of
https://github.com/Readarr/Readarr
synced 2025-12-18 06:13:38 +01:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
NzbDrone.Shared.NotFoundView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Shared/notfoundtemplate'
|
|
});
|
|
});
|
|
|
|
|