Card2vcfApp.swift 10 lignes · 138 octets
import SwiftUI

@main
struct Card2vcfApp: App {
    var body: some Scene {
        WindowGroup {
            RootView()
        }
    }
}