Skip to content

Commit a4ad2c8

Browse files
committed
List the link playground in the catalog
1 parent bd6a05b commit a4ad2c8

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
@@ -42,6 +42,7 @@ struct CatalogEntry: Identifiable {
4242
CatalogEntry(id: "color", title: "Color", screen: AnyCatalogScreen(ColorPlayground())),
4343
CatalogEntry(id: "image", title: "Images", screen: AnyCatalogScreen(ImagePlayground())),
4444
CatalogEntry(id: "graphics", title: "Graphics", screen: AnyCatalogScreen(GraphicsPlayground())),
45+
CatalogEntry(id: "link", title: "Link", screen: AnyCatalogScreen(LinkPlayground())),
4546
CatalogEntry(id: "map", title: "Map", screen: AnyCatalogScreen(MapPlayground())),
4647
CatalogEntry(id: "video", title: "Video", screen: AnyCatalogScreen(VideoPlayground())),
4748
CatalogEntry(id: "scroll", title: "ScrollView", screen: AnyCatalogScreen(ScrollViewPlayground())),

0 commit comments

Comments
 (0)