Basic-Car-Maintenance
Basic-Car-Maintenance copied to clipboard
Build All Previews and Update with `@Previewable`
Describe the feature you want to improve
- Some SwiftUI previews are failing, make sure they all build and you can preview what's intended for that view
- Make sure they all use the
#Preview
macro- If needed use the new
@Previewable
macro where needed- https://www.avanderlee.com/swiftui/previewable-macro-usage-in-previews/
- If needed use the new
Describe alternatives you've considered
- N/A