Merged in chore/export-name-from-file (pull request #3439)
chore(storagecleaner): import from file to avoid huge footprints on every page * chore(storagecleaner): import from file to avoid huge footprints on every page Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -35,8 +35,6 @@ const defaultGuestState = {
|
||||
zipCode: "",
|
||||
}
|
||||
|
||||
export const detailsStorageName = "rooms-details-storage"
|
||||
|
||||
export type EnterDetailsStore = ReturnType<typeof createDetailsStore>
|
||||
export function createDetailsStore(
|
||||
initialState: InitialState,
|
||||
|
||||
Reference in New Issue
Block a user