vitapur-cbd-gummies
Version:
Vitapur CBD Gummies are intensely figured-out CBD-upheld oral Gummies that are intended for individuals who need to lead a more full and solid way of life without adverse consequences.
13 lines (11 loc) • 355 B
JavaScript
;
module.exports = {
name: require('./package').name,
contentFor(type, config) {
// we only need to add this div in non-test environments
// as for tests we will insert into the ember-testing div
if (type === 'body' && config.environment !== 'test') {
return '<div id="hk-slide-panels"></div>';
}
}
};