Skip to content

Commit 3bafdb5

Browse files
committed
List the image playground in the catalog
1 parent eb04cf8 commit 3bafdb5

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
@@ -38,6 +38,7 @@ struct CatalogEntry: Identifiable {
3838
CatalogEntry(id: "frame", title: "Frames", screen: AnyCatalogScreen(FramePlayground())),
3939
CatalogEntry(id: "spacer", title: "Spacer & Divider", screen: AnyCatalogScreen(SpacerDividerPlayground())),
4040
CatalogEntry(id: "color", title: "Color", screen: AnyCatalogScreen(ColorPlayground())),
41+
CatalogEntry(id: "image", title: "Images", screen: AnyCatalogScreen(ImagePlayground())),
4142
CatalogEntry(id: "graphics", title: "Graphics", screen: AnyCatalogScreen(GraphicsPlayground())),
4243
CatalogEntry(id: "map", title: "Map", screen: AnyCatalogScreen(MapPlayground())),
4344
CatalogEntry(id: "video", title: "Video", screen: AnyCatalogScreen(VideoPlayground())),

0 commit comments

Comments
 (0)