mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
6 lines
181 B
CoffeeScript
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
|