Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 46b5033

Browse files
committed
map grid
1 parent 7e0a994 commit 46b5033

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/blocks/map.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { title } from '../fields/title.js'
22
import { text } from '../fields/text.js'
33
import { map } from '../fields/map.js'
44
import { zoom } from '../fields/zoom.js'
5+
import { grid } from '../fields/grid.js'
56
import { background } from '../fields/background.js'
67

78
export const block_map = {
@@ -17,6 +18,7 @@ export const block_map = {
1718
text,
1819
map,
1920
zoom,
21+
grid,
2022
background
2123
]
2224
}

0 commit comments

Comments
 (0)