codecombat/app/views/error_view.coffee

7 lines
162 B
CoffeeScript
Raw Normal View History

View = require 'views/kinds/RootView'
template = require 'templates/error'
module.exports = class ErrorView extends View
2014-06-30 22:16:26 -04:00
id: 'error-view'
template: template