codecombat/app/views/account/MainAccountView.coffee

6 lines
No EOL
202 B
CoffeeScript

RootView = require 'views/kinds/RootView'
template = require 'templates/account/main-account-view'
module.exports = class MainAccountView extends RootView
id: 'main-account-view'
template: template