MCPcopy Create free account
hub / github.com/codecombat/codecombat /

Class

app/views/NotFoundView.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13module.exports = (NotFoundView = (function () {
14 NotFoundView = class NotFoundView extends RootView {
15 static initClass () {
16 this.prototype.id = 'not-found-view'
17 this.prototype.template = template

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected