olsch01 be6cd86f11 Fix: @StateObject → @ObservedObject for DataStore singleton in ContentView
@StateObject is for objects SwiftUI creates and owns. DataStore.shared is
an existing singleton, so @ObservedObject is the correct wrapper.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 16:24:41 -04:00
Description
No description provided
220 KiB
Languages
Swift 70%
Python 30%