sample-backyard-birds
sample-backyard-birds copied to clipboard
Fixed syntax mistakes
Fixed syntax mistakes including:
Using var instead of let.
Using @Binding instead of let when only read is required.
Using Task.detached to update main actor state instead of Task.
Happy to fix more, if this one is accepted.