Sorry got confused with all the code.
import SwiftUI
import SwiftData
@main
struct fbla_appApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
.modelContainer(for: allProfileData.self)
}
}
Topic:
UI Frameworks
SubTopic:
General
Tags: