Skip to content

Instantly share code, notes, and snippets.

@nidhinkumar06
Created June 7, 2020 12:35
Show Gist options
  • Save nidhinkumar06/c2198c19598dcf5cdcba282dc35a0b01 to your computer and use it in GitHub Desktop.
Save nidhinkumar06/c2198c19598dcf5cdcba282dc35a0b01 to your computer and use it in GitHub Desktop.
Musical mojo
'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