'use strict'; //const Parser = require('..'); // TODO: implement all renderers related to this class RichSection { type = 'RichSection'; constructor(/* data */) { // this.contents = Parser.parse(data.content); } } module.exports = RichSection;