codecombat/app/views/NotFoundView.coffee

7 lines
185 B
CoffeeScript
Raw Normal View History

2015-06-24 17:46:59 -04:00
RootView = require 'views/core/RootView'
template = require 'templates/core/not-found'
module.exports = class NotFoundView extends RootView
id: 'not-found-view'
template: template