adwaita.docc/Resources/Navigation/ContentView1.swift

18 lines
194 B
Swift

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