parent
e133676872
commit
912f62b29e
|
@ -70,7 +70,8 @@ public struct AppCoordinator: View, AppCoordinatorConforming, SizeClassProviding
|
||||||
@State
|
@State
|
||||||
private var migrationPath = NavigationPath()
|
private var migrationPath = NavigationPath()
|
||||||
|
|
||||||
private let profileEditor = ProfileEditor()
|
@StateObject
|
||||||
|
private var profileEditor = ProfileEditor()
|
||||||
|
|
||||||
@StateObject
|
@StateObject
|
||||||
private var interactiveManager = InteractiveManager()
|
private var interactiveManager = InteractiveManager()
|
||||||
|
|
Loading…
Reference in New Issue