Skip to content

Commit a9353aa

Browse files
committed
Add Video to the catalog
1 parent 1b1f684 commit a9353aa

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
@@ -37,6 +37,7 @@ struct CatalogEntry: Identifiable {
3737
CatalogEntry(id: "color", title: "Color", screen: AnyCatalogScreen(ColorPlayground())),
3838
CatalogEntry(id: "graphics", title: "Graphics", screen: AnyCatalogScreen(GraphicsPlayground())),
3939
CatalogEntry(id: "map", title: "Map", screen: AnyCatalogScreen(MapPlayground())),
40+
CatalogEntry(id: "video", title: "Video", screen: AnyCatalogScreen(VideoPlayground())),
4041
CatalogEntry(id: "scroll", title: "ScrollView", screen: AnyCatalogScreen(ScrollViewPlayground())),
4142
CatalogEntry(id: "list", title: "List", screen: AnyCatalogScreen(ListPlayground())),
4243
CatalogEntry(id: "grid", title: "Grid", screen: AnyCatalogScreen(GridPlayground())),

0 commit comments

Comments
 (0)