codecombat/app/views/NotFoundView.coffee

7 lines
181 B
CoffeeScript
Raw Normal View History

RootView = require 'views/kinds/RootView'
2014-01-03 13:32:13 -05:00
template = require 'templates/not_found'
module.exports = class NotFoundView extends RootView
2014-06-30 22:16:26 -04:00
id: 'not-found-view'
2014-01-03 13:32:13 -05:00
template: template