Skip to content

Commit 935e725

Browse files
committed
List the lazy stack playground in the catalog
1 parent e2d754a commit 935e725

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
@@ -43,6 +43,7 @@ struct CatalogEntry: Identifiable {
4343
CatalogEntry(id: "video", title: "Video", screen: AnyCatalogScreen(VideoPlayground())),
4444
CatalogEntry(id: "scroll", title: "ScrollView", screen: AnyCatalogScreen(ScrollViewPlayground())),
4545
CatalogEntry(id: "list", title: "List", screen: AnyCatalogScreen(ListPlayground())),
46+
CatalogEntry(id: "lazystack", title: "Lazy Stacks", screen: AnyCatalogScreen(LazyStackPlayground())),
4647
CatalogEntry(id: "grid", title: "Grid", screen: AnyCatalogScreen(GridPlayground())),
4748
CatalogEntry(id: "form", title: "Form", screen: AnyCatalogScreen(FormPlayground())),
4849
CatalogEntry(id: "modifier", title: "Modifiers", screen: AnyCatalogScreen(ModifierPlayground())),

0 commit comments

Comments
 (0)