9 lines
249 B
TypeScript
9 lines
249 B
TypeScript
const generalSettings: any = {
|
|
purchaseLink: 'https://1.envato.market/Vm7VRE',
|
|
devsLink: 'https://devs.keenthemes.com',
|
|
faqLink: 'https://keenthemes.com/metronic',
|
|
aboutLink: 'https://keenthemes.com/metronic'
|
|
};
|
|
|
|
export { generalSettings };
|