mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 16:23:32 +01:00
Project: Add HMR
https://github.com/krzysztofzablocki/Inject#individual-developer-setup-once-per-machine
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
|
||||
import SwiftUI
|
||||
import SFSafeSymbols
|
||||
import Inject
|
||||
|
||||
struct RootView: View {
|
||||
@ObservedObject private var iO = Inject.observer
|
||||
|
||||
@State var selectedTab: Tab = .defaultTab
|
||||
|
||||
@@ -27,6 +29,7 @@ struct RootView: View {
|
||||
}
|
||||
}
|
||||
.overlay(self.notificationsOverlay)
|
||||
.enableInjection()
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
|
||||
Reference in New Issue
Block a user