There was an error while loading. Please reload this page.
1 parent f3f0797 commit 6fde937Copy full SHA for 6fde937
SkyWizardWidget/Application/LocationService+Dependencies.swift
@@ -0,0 +1,18 @@
1
+//
2
+// LocationService+Dependencies.swift
3
+// SkyWizard-SwiftUI
4
5
+// Created by Hishara Dilshan on 13/11/2024.
6
7
+
8
+import Foundation
9
+import SkyWizardService
10
+import Factory
11
12
+extension Container {
13
+ var locationServiceGps: Factory<LocationService> {
14
+ Factory(self) {
15
+ LocationServiceGps()
16
+ }
17
18
+}
0 commit comments