mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 18:15:52 -05:00
8 lines
236 B
CoffeeScript
8 lines
236 B
CoffeeScript
|
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
|