update(dev) : some corrections have been done due to

names corrections
pull/8/head
Johan LACHENAL 11 months ago
parent 4c8288e2e1
commit cba684706e

@ -0,0 +1,20 @@
//
// MainMenu.swift
// ArkitDoushiQi
//
// Created by Johan LACHENAL on 16/05/2024.
//
import SwiftUI
struct MainMenu: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
struct MainMenu_Previews: PreviewProvider {
static var previews: some View {
MainMenu()
}
}
Loading…
Cancel
Save