const logSymbols = {
info: 'ℹ️',
success: '✅',
warning: '⚠️',
error: '❌️'
};
export default logSymbols;