// ============================================================ // MIGRATION NOTICE — This file has been refactored. // ScannerViewModel has been split into two view models: // // Features/Scanner/ScannerViewModel.swift — Camera & scanning pipeline only // Features/Collection/CollectionViewModel.swift — Collection state & persistence // // Remove this file from your Xcode project and add the // two new files above. ContentView.swift has already been // updated to use the new dual-ViewModel injection pattern. // ============================================================