Add NHL arenas layer
This commit is contained in:
parent
6afaa43911
commit
a0a5b5bf42
5 changed files with 149 additions and 1 deletions
10
layers/nhl-arenas/visited.js
Normal file
10
layers/nhl-arenas/visited.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default [
|
||||
{
|
||||
name: "Xcel Energy Center",
|
||||
date: new Date('2022-04-28'),
|
||||
},
|
||||
{
|
||||
name: "Enterprise Center",
|
||||
date: new Date('2023-03-15'),
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue