const Cookies = require('js-cookie'); let title = ''; let config = Cookies.get('GCLS_Config'); if (config) { let configObj = JSON.parse(config); title = configObj.title; } module.exports = { title };