This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// | |
/// Demo application based on SwiftUI and The Composable Architecture (TCA) | |
/// that shows a possible approach to programmativally dismiss sheets. | |
/// | |
/// Is this approach the best one? Fedback wanted :pray: | |
/// | |
import ComposableArchitecture | |
import SwiftUI |