Lavina-iOS/Lavina/LavinaApp.swift

11 lines
139 B
Swift
Raw Permalink Normal View History

2024-06-13 22:58:15 +00:00
import SwiftUI
@main
struct LavinaApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}