codecombat/app/views/NotFoundView.coffee

6 lines
181 B
CoffeeScript

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