mirror of
https://github.com/pboulch/luto.git
synced 2025-12-19 12:52:47 +00:00
Initial Commit
This commit is contained in:
17
Luto/LutoApp.swift
Normal file
17
Luto/LutoApp.swift
Normal file
@ -0,0 +1,17 @@
|
||||
//
|
||||
// LutoApp.swift
|
||||
// Luto
|
||||
//
|
||||
// Created by Pierre Boulc'h on 04/07/2023.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct LutoApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user