I am trying to use a switch statement on an enum within a View, and it confuses the compiler:
Here is the code:
import Foundation import SwiftU