codecombat/app/views/TeachersView.coffee
Matt Lott f261c1466a Update /teachers
Stop forwarding to HoC
Update copy with courses info.
2015-11-24 10:59:14 -08:00

6 lines
178 B
CoffeeScript

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