Add tellers assets

master
Letícia Camara 2018-12-03 12:48:30 -02:00
parent 7b27e6ef92
commit 1057d09a50
7 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -1,3 +1,17 @@
const GOOGLE_MAPS_API = 'AIzaSyAwVFmgFPt_0fji8qFH5ecGG1A_ZviHe7M';
export default GOOGLE_MAPS_API;
const WHICH_OPTIONS = [
{
'id': 'G',
'value': 'Gateway',
},
{
'id': 'T',
'value': 'Teller'
}
];
export {
GOOGLE_MAPS_API,
WHICH_OPTIONS
};