diff --git a/ios/Solian Watch App/ContentView.swift b/ios/Solian Watch App/ContentView.swift index 5d5b0f79..3eca53fc 100644 --- a/ios/Solian Watch App/ContentView.swift +++ b/ios/Solian Watch App/ContentView.swift @@ -48,3 +48,11 @@ struct ContentView: View { } } } + +// --- Placeholder Implementations for Preview --- + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +}