WIP - Complete App refactoring
This commit is contained in:
@@ -10,9 +10,9 @@ import SwiftUI
|
||||
|
||||
|
||||
// MARK: - RecipeView Import Section
|
||||
|
||||
/*
|
||||
struct RecipeImportSection: View {
|
||||
@ObservedObject var viewModel: RecipeView.ViewModel
|
||||
@State var viewModel: RecipeView.ViewModel
|
||||
var importRecipe: (String) async -> UserAlert?
|
||||
|
||||
var body: some View {
|
||||
@@ -49,4 +49,4 @@ struct RecipeImportSection: View {
|
||||
.padding(.top, 5)
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user