mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
7 lines
194 B
CoffeeScript
7 lines
194 B
CoffeeScript
|
ModalView = require 'views/core/ModalView'
|
||
|
|
||
|
module.exports = class HowToEnrollModal extends ModalView
|
||
|
id: 'how-to-enroll-modal'
|
||
|
template: require 'templates/teachers/how-to-enroll-modal'
|
||
|
|