my-files-sample/BeReal/BeRealApp.swift
2022-11-29 14:16:54 +01:00

18 lines
227 B
Swift

//
// BeRealApp.swift
// BeReal
//
// Created by Javier Cicchelli on 29/11/2022.
//
import SwiftUI
@main
struct BeRealApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}