Update ContentView.swift

This commit is contained in:
talksik
2021-12-19 23:55:11 -08:00
parent 50f722bcf2
commit 1a7995f360
+1 -1
View File
@@ -11,7 +11,7 @@ import NavigationStack
struct ContentView: View {
var body: some View {
NavigationStackView {
OnboardingTrioView()
RouterView()
}
}
}