codecombat/app/views/NotFoundView.coffee
2015-06-24 14:46:59 -07:00

6 lines
185 B
CoffeeScript

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