adwaita.docc/Resources/Navigation/ContentView1.swift
2024-04-13 21:41:48 +02:00

18 lines
191 B
Swift

//
// ContentView.swift
// Subtasks
//
import Adwaita
struct ContentView: View {
var app: GTUIApp
var view: Body {
Text("Hello, world!")
.padding()
}
}