Skip to content

Commit b1ec2b6

Browse files
authored
Update README.md
1 parent 1bd713b commit b1ec2b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
`Queryable` is a property wrapper that can trigger a view presentation and `await` its completion from a single `async` function call, while fully hiding the state handling of the presented view.
1111

1212
```swift
13+
import SwiftUI
14+
import Queryable
15+
1316
struct ContentView: View {
1417
@Queryable<Void, Bool> var buttonConfirmation
1518

0 commit comments

Comments
 (0)