const {jq} = require('../globals'); const root = require('./root'); const $el = jq('
').appendTo(root.$el); module.exports = { $el };