codecombat/app/views/account/MainAccountView.coffee

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