mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
11 lines
167 B
Swift
11 lines
167 B
Swift
import SwiftUI
|
|
|
|
@main
|
|
struct PandiosApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
ContentView()
|
|
DocumentView()
|
|
}
|
|
}
|
|
}
|