codecombat/app/views/teachers/RestrictedToTeachersView.coffee

5 lines
211 B
CoffeeScript
Raw Normal View History

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