1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-15 15:32:33 +01:00
Radarr/UI/Shared/NotFoundView.js

12 lines
197 B
JavaScript
Raw Normal View History

2013-06-30 21:57:26 +02:00
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
template: 'Shared/notfoundtemplate'
});
2013-02-18 04:37:13 +01:00
});