I am trying to update my app to the newest version of SwiftUI and I am very lost! In the past I added CoreBluetooth code to the class SceneDelegate, but now there isn't even any classes in the start of a program to use? There is only a struct then the struct for my view?
Where should I add the CoreBluetooth extensions? Thank you!