Skip to content

Commit 1329f7d

Browse files
committed
Add Map to the catalog
1 parent e1d799e commit 1329f7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Demo/App.swiftpm/Sources/Catalog.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ struct CatalogEntry: Identifiable {
3636
CatalogEntry(id: "spacer", title: "Spacer & Divider", screen: AnyCatalogScreen(SpacerDividerPlayground())),
3737
CatalogEntry(id: "color", title: "Color", screen: AnyCatalogScreen(ColorPlayground())),
3838
CatalogEntry(id: "graphics", title: "Graphics", screen: AnyCatalogScreen(GraphicsPlayground())),
39+
CatalogEntry(id: "map", title: "Map", screen: AnyCatalogScreen(MapPlayground())),
3940
CatalogEntry(id: "scroll", title: "ScrollView", screen: AnyCatalogScreen(ScrollViewPlayground())),
4041
CatalogEntry(id: "list", title: "List", screen: AnyCatalogScreen(ListPlayground())),
4142
CatalogEntry(id: "grid", title: "Grid", screen: AnyCatalogScreen(GridPlayground())),

0 commit comments

Comments
 (0)