'use strict'; const create = () => { const $container = $('
'); $('.module_container').append($container); return $container; }; module.exports = { create };