mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +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'
|
||
|
}
|
||
|
}
|