import React from "react"; import "./${hyphen_name}.scss"; import {default as style} from "./${hyphen_name}.scss.json"; import {linkedSetComponent} from '../package'; //TODO: replace SHAPE with an actual Shape class export const ${camel_name} = linkedSetComponent(SHAPE,({sources}) => { return
{sources.map(source => { return
; })}
; });