codecombat/app/views/not_found.coffee
2014-01-03 10:32:13 -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