codecombat/app/views/core/NotFoundView.coffee

7 lines
185 B
CoffeeScript
Raw Normal View History

RootView = require 'views/core/RootView'
template = require 'templates/core/not-found'
2014-01-03 10:32:13 -08:00
module.exports = class NotFoundView extends RootView
2014-07-01 10:16:26 +08:00
id: 'not-found-view'
2014-01-03 10:32:13 -08:00
template: template