mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-05 11:25:00 +01:00
14 lines
232 B
TypeScript
14 lines
232 B
TypeScript
|
export const dataLocation = {
|
||
|
now: {
|
||
|
city: 'Lisbon',
|
||
|
country: 'Portugal',
|
||
|
country_code: 'PT',
|
||
|
date_start: '2021-10-01'
|
||
|
},
|
||
|
next: {
|
||
|
city: 'Barcelona',
|
||
|
country: 'Spain',
|
||
|
date_start: '2021-10-04'
|
||
|
}
|
||
|
}
|