Faq (Frequently Asked Questions)
export default {
algoliaApiKey: '6be0576ff61c053d5f9a3225e2a90f76'
}
export const currencies = [
{
id:0,
img: '/static/images/united-states.png',
title:'USD',
symbol:"$"
},
{
id:1,
img:'/static/images/india.png',
title:"INR",
symbol:" ₹"
}
}4. How to add new menu in header and responsive sidebar follow these steps:-
Last updated
Was this helpful?