We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120d21d commit 20922f9Copy full SHA for 20922f9
SampleComponentLibraryApp/SampleComponentLibraryApp/Dependency/DependencyHelper.swift
@@ -15,9 +15,6 @@ class DependencyHelper {
15
let themeManager: ThemeManager = appDelegate.themeManager
16
AppContainer.shared.register(service: themeManager)
17
18
- let engineProvider = appDelegate.engineProvider
19
- AppContainer.shared.register(service: engineProvider)
20
-
21
// Tell the container we are done registering
22
AppContainer.shared.bootstrap()
23
}
0 commit comments