mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
5 lines
No EOL
210 B
CoffeeScript
5 lines
No EOL
210 B
CoffeeScript
RootView = require 'views/core/RootView'
|
|
|
|
module.exports = class RestrictedToStudentsView extends RootView
|
|
id: 'restricted-to-students-view'
|
|
template: require 'templates/courses/restricted-to-students-view' |