import SwiftUI struct HomePrototypeView: View { var body: some View { HomeView() } }