mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
6 lines
178 B
CoffeeScript
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
|