Build: Fruits List
This screen shows a list of fruit names using a ForEach loop inside a SwiftUI List.
Target UI
------------------- | Fruits List | ------------------- | * Apple | | * Banana | | * Cherry | | * Date | | * Elderberry | -------------------
Use a SwiftUI List to display fruit names.
Use ForEach to loop over an array of fruit strings.
Each fruit name should appear as a separate row in the list.
The screen should have a navigation title 'Fruits List'.