codecombat/app/views/courses/RestrictedToStudentsView.coffee

5 lines
210 B
CoffeeScript
Raw Normal View History

RootView = require 'views/core/RootView'
module.exports = class RestrictedToStudentsView extends RootView
id: 'restricted-to-students-view'
template: require 'templates/courses/restricted-to-students-view'