fix module/type name conflicts in iOS app shell imports

This commit is contained in:
2026-03-13 22:27:07 +01:00
parent b52bf532f3
commit ce7eb279c0
2 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import SwiftUI
import AudioEngine
import class AudioEngine.AudioEngine
import enum AudioEngine.PlaybackState
struct PlaybackControls: View {
@Bindable var engine: AudioEngine