6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
export const settings = {
|
|
isMobile: {
|
|
android: {},
|
|
apple: {},
|
|
},
|
|
}; |