segregate files
This commit is contained in:
@@ -16,7 +16,7 @@ struct MainTabView: View {
|
||||
}
|
||||
case .cart:
|
||||
NavigationStack {
|
||||
CartView()
|
||||
CartView(appState: $appState)
|
||||
}
|
||||
case .profile:
|
||||
NavigationStack {
|
||||
|
||||
Reference in New Issue
Block a user