Skip to content

Commit 252917b

Browse files
committed
Merge appcontainer
1 parent bd49c11 commit 252917b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Fruitties/iosApp/iosApp/iOSApp.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ struct iOSApp: App {
2323
let appContainer: ObservableValueWrapper<AppContainer>
2424

2525
init() {
26-
let appContainer = AppContainer(factory: Factory())
2726
self.appContainer = ObservableValueWrapper<AppContainer>(
28-
value: appContainer
27+
value: AppContainer(factory: Factory())
2928
)
3029
}
3130

0 commit comments

Comments
 (0)