adding routing for the inbox sheet

This commit is contained in:
talksik
2021-12-20 04:35:02 -08:00
parent e2f8d9d1e2
commit 7039fe63b1
4 changed files with 38 additions and 1 deletions
@@ -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() {
}