codecombat/app/views/core/NotFoundView.coffee
2014-11-29 11:39:37 -08: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