🔧 config: src folders structure

:%s
This commit is contained in:
lytrankieio123
2021-08-20 09:29:58 +07:00
parent 0f82dfdcba
commit d3c94cfb79
19 changed files with 263 additions and 50 deletions

View File

@@ -0,0 +1 @@
// funtion utils here

View File

@@ -0,0 +1,6 @@
export const LANGUAGE = {
BUTTON_LABEL: {
BUY_NOW: 'Buy now',
SHOP_NOW: 'Shop now',
},
}