Merged in chore/cleanup-scandic-web (pull request #2831)
chore: Cleanup scandic-web * Remove unused files * Remove unused and add missing packages * Remove unused exports Approved-by: Linus Flood
This commit is contained in:
@@ -2,6 +2,8 @@ import { produce } from "immer"
|
||||
import { useContext } from "react"
|
||||
import { create, useStore } from "zustand"
|
||||
|
||||
import { BreakfastPackageEnum } from "@scandic-hotels/trpc/enums/breakfast"
|
||||
|
||||
import { clearAncillarySessionData } from "@/components/HotelReservation/MyStay/utils/ancillaries"
|
||||
import { AddAncillaryContext } from "@/contexts/AddAncillary"
|
||||
|
||||
@@ -10,7 +12,6 @@ import type {
|
||||
Ancillary,
|
||||
SelectedAncillary,
|
||||
} from "@/types/components/myPages/myStay/ancillaries"
|
||||
import { BreakfastPackageEnum } from "@scandic-hotels/trpc/enums/breakfast"
|
||||
import type { Room } from "@/types/stores/my-stay"
|
||||
|
||||
export enum AncillaryStepEnum {
|
||||
@@ -40,7 +41,7 @@ export type BreakfastData = {
|
||||
currency: string
|
||||
}
|
||||
|
||||
export interface AddAncillaryState {
|
||||
interface AddAncillaryState {
|
||||
currentStep: number
|
||||
steps: Steps
|
||||
booking: Room
|
||||
|
||||
Reference in New Issue
Block a user