Panda3DS/src/pandios/Pandios/PandiosApp.swift
2025-03-16 20:00:45 +02:00

10 lines
140 B
Swift

import SwiftUI
@main
struct PandiosApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}