mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
6 lines
No EOL
201 B
CoffeeScript
6 lines
No EOL
201 B
CoffeeScript
RootView = require 'views/core/RootView'
|
|
template = require 'templates/account/main-account-view'
|
|
|
|
module.exports = class MainAccountView extends RootView
|
|
id: 'main-account-view'
|
|
template: template |