codecombat/app/views/error_view.coffee

6 lines
161 B
CoffeeScript
Raw Normal View History

View = require 'views/kinds/RootView'
template = require 'templates/error'
module.exports = class ErrorView extends View
id: "error-view"
template: template