adding routing for the inbox sheet
This commit is contained in:
@@ -45,8 +45,11 @@ struct InnerCircleView: View {
|
||||
case SheetView.contacts:
|
||||
ContactsPickerView()
|
||||
case SheetView.inbox:
|
||||
OnboardingTrioView()// test one for now
|
||||
InboxView()// test one for now
|
||||
default:
|
||||
Text("asdf")
|
||||
}
|
||||
|
||||
}
|
||||
.onAppear() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user