codecombat/app/views/not_found.coffee
2014-07-01 12:23:22 +08:00

6 lines
173 B
CoffeeScript

View = require 'views/kinds/RootView'
template = require 'templates/not_found'
module.exports = class NotFoundView extends View
id: 'not-found-view'
template: template