codecombat/app/views/not_found.coffee

7 lines
173 B
CoffeeScript
Raw Normal View History

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