Merged in chore/cleanup-booking-flow (pull request #2824)
chore: Cleanup booking-flow after migration * Remove unused types * Clean up exports, types, unused files etc in booking-flow Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -23,7 +23,7 @@ import styles from "./summaryContent.module.css"
|
||||
|
||||
import type { Price } from "../../../../../../types/price"
|
||||
|
||||
export type SelectRateSummaryProps = {
|
||||
type SelectRateSummaryProps = {
|
||||
isUserLoggedIn: boolean
|
||||
bookingCode?: string
|
||||
toggleSummaryOpen: () => void
|
||||
|
||||
Reference in New Issue
Block a user