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