How can I resolve this error ? Cannot find 'SecondView' in scope in NavigationView :
NavigationView {
VStack(spacing: 30) {
Text("...")
Spacer()
NavigationLink(destination: SecondView()) // Here is error {
Text; (("..."))
.foregroundColor(....)
}
Button("...") {
self.selection = "..."
}
}