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