codecombat/app/views/TeachersView.coffee

6 lines
179 B
CoffeeScript

RootView = require 'views/kinds/RootView'
template = require 'templates/teachers'
module.exports = class TeachersView extends RootView
id: 'teachers-view'
template: template