codecombat/app/views/artisans/ArtisansView.coffee

8 lines
236 B
CoffeeScript
Raw Normal View History

RootView = require 'views/core/RootView'
template = require 'templates/artisans/artisansView'
module.exports = class ArtisansView extends RootView
template: template
id: 'artisans-view'
constructor: (options) ->
super options