import SwiftUI
@main
struct ResumeBuilderApp: App {
var body: some Scene {
WindowGroup {
ContentView(info: cvInfo, style: cvStyle)
}