mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-06 02:46:39 +00:00
168 B
168 B
App.swift
import SwiftUI
@main
struct <Project>App: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}