Initial Commit
This commit is contained in:
17
AlloVictor/AlloVictorApp.swift
Normal file
17
AlloVictor/AlloVictorApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AlloVictorApp.swift
|
||||
// AlloVictor
|
||||
//
|
||||
// Created by Bodinaud Victor on 13/04/2024.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct AlloVictorApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user