commerce/src/utils/language.utils.ts
lytrankieio123 d3c94cfb79 🔧 config: src folders structure
:%s
2021-08-20 09:29:58 +07:00

6 lines
112 B
TypeScript

export const LANGUAGE = {
BUTTON_LABEL: {
BUY_NOW: 'Buy now',
SHOP_NOW: 'Shop now',
},
}