Skip to content

Commit 078451e

Browse files
committed
Add Graphics to the catalog
1 parent 9ab1402 commit 078451e

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
@@ -34,6 +34,7 @@ struct CatalogEntry: Identifiable {
3434
CatalogEntry(id: "stack", title: "Stacks", screen: AnyCatalogScreen(StackPlayground())),
3535
CatalogEntry(id: "spacer", title: "Spacer & Divider", screen: AnyCatalogScreen(SpacerDividerPlayground())),
3636
CatalogEntry(id: "color", title: "Color", screen: AnyCatalogScreen(ColorPlayground())),
37+
CatalogEntry(id: "graphics", title: "Graphics", screen: AnyCatalogScreen(GraphicsPlayground())),
3738
CatalogEntry(id: "scroll", title: "ScrollView", screen: AnyCatalogScreen(ScrollViewPlayground())),
3839
CatalogEntry(id: "list", title: "List", screen: AnyCatalogScreen(ListPlayground())),
3940
CatalogEntry(id: "grid", title: "Grid", screen: AnyCatalogScreen(GridPlayground())),

0 commit comments

Comments
 (0)