8 lines
101 B
Swift
8 lines
101 B
Swift
import SwiftUI
|
|
|
|
struct ContentView: View {
|
|
var body: some View {
|
|
AppNavigation()
|
|
}
|
|
}
|