mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
5 lines
No EOL
211 B
CoffeeScript
5 lines
No EOL
211 B
CoffeeScript
RootView = require 'views/core/RootView'
|
|
|
|
module.exports = class RestrictedToTeachersView extends RootView
|
|
id: 'restricted-to-teachers-view'
|
|
template: require 'templates/teachers/restricted-to-teachers-view' |