mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🔧 config: src folders structure
:%s
This commit is contained in:
1
src/utils/funtion.utils.ts
Normal file
1
src/utils/funtion.utils.ts
Normal file
@@ -0,0 +1 @@
|
||||
// funtion utils here
|
6
src/utils/language.utils.ts
Normal file
6
src/utils/language.utils.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const LANGUAGE = {
|
||||
BUTTON_LABEL: {
|
||||
BUY_NOW: 'Buy now',
|
||||
SHOP_NOW: 'Shop now',
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user