feat: SW-693 Moved borwser storage code in useEffect of component

This commit is contained in:
Hrishikesh Vaipurkar
2024-10-30 13:33:54 +01:00
parent 88cfde15a6
commit 726a57c515
3 changed files with 17 additions and 22 deletions

View File

@@ -60,5 +60,4 @@ export interface State {
searchHistory: Locations | null
}
export interface InitState
extends Pick<State, "defaultLocations" | "searchData"> {}
export interface InitState extends Pick<State, "defaultLocations"> {}