Created
June 7, 2020 12:35
-
-
Save nidhinkumar06/c2198c19598dcf5cdcba282dc35a0b01 to your computer and use it in GitHub Desktop.
Musical mojo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
module.exports = [ | |
{ | |
name: 'Hindi', | |
url: 'https://github.com/nidhinkumar06/musicalmojo-agent/blob/master/mumbai.png', | |
},{ | |
name: 'Tamil', | |
url: 'https://github.com/nidhinkumar06/musicalmojo-agent/blob/master/tamilnadu.png', | |
}, | |
{ | |
name: 'Malayalam', | |
url: 'https://github.com/nidhinkumar06/musicalmojo-agent/blob/master/kerala.png', | |
}, | |
]; | |
//add your images or download the images from the above link and add it in your storage and update the link here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment