codecombat/app/views/teachers_view.coffee
2014-07-01 12:23:22 +08:00

6 lines
171 B
CoffeeScript

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