Skip to content

Commit a7d8ade

Browse files
committed
Add Bindable to the catalog
1 parent 1823c22 commit a7d8ade

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
@@ -46,5 +46,6 @@ struct CatalogEntry: Identifiable {
4646
CatalogEntry(id: "state", title: "State", screen: AnyCatalogScreen(StatePlayground())),
4747
CatalogEntry(id: "environment", title: "Environment", screen: AnyCatalogScreen(EnvironmentPlayground())),
4848
CatalogEntry(id: "observable", title: "Observable", screen: AnyCatalogScreen(ObservablePlayground())),
49+
CatalogEntry(id: "bindable", title: "Bindable", screen: AnyCatalogScreen(BindablePlayground())),
4950
]
5051
}

0 commit comments

Comments
 (0)