mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
* Some cleanup - `if/guard let x = x` -> `if/guard let x` - Remove unneeded `self` from a few demos - Fix up some presentation logic in TicTacToe * Update Examples/TicTacToe/tic-tac-toe/Sources/LoginUIKit/LoginViewController.swift * wip * wip * wip