codecombat/app/views/PrivacyView.coffee

7 lines
175 B
CoffeeScript
Raw Normal View History

2016-02-01 11:39:00 -05:00
RootView = require 'views/core/RootView'
template = require 'templates/privacy'
module.exports = class PrivacyView extends RootView
id: 'privacy-view'
template: template