import SwiftUI struct QrView: View { var body: some View { Form { } .navigationTitle("Qr") } }