FlurSchnaps-iOS/FlurSchnaps/FlurSchnapsApp.swift

18 lines
226 B
Swift
Raw Normal View History

2022-06-04 11:45:41 +02:00
//
// FlurSchnapsApp.swift
// FlurSchnaps
//
// Created by CH on 04.06.22.
//
import SwiftUI
@main
struct FlurSchnapsApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}