mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-19 23:14:57 +01:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
define(['app'],function () {
|
|
NzbDrone.Shared.NotFoundView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Shared/notfoundtemplate',
|
|
});
|
|
});
|
|
|
|
|