mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
17 lines
312 B
TypeScript
17 lines
312 B
TypeScript
export const dataLocation = {
|
|
now: {
|
|
city: 'Lisbon',
|
|
country: 'Portugal',
|
|
country_code: 'PT',
|
|
date_start: '2021-10-01',
|
|
date_end: '2021-11-01'
|
|
},
|
|
next: {
|
|
city: 'Barcelona',
|
|
country: 'Spain',
|
|
country_code: 'ES',
|
|
date_start: '2021-12-04',
|
|
date_end: '2021-12-09'
|
|
}
|
|
}
|