Skip to content

Instantly share code, notes, and snippets.

const text = require('./text.js')
const image = require('./image.js')
const helper = {
text: text,
image: image
}
export default helper;
export {text, image};