@ticketboothapp/booking 1.2.64 → 1.2.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ export type {
15
15
 
16
16
  /**
17
17
  * Routes to {@link NewBookingFlow}, {@link ChangeBookingFlow}, or {@link AdminChangeBookingFlow}
18
- * — duplicated implementations so each flow can be refactored without coupling (no shared runtime core).
18
+ * — duplicated implementations so each flow can evolve independently.
19
19
  */
20
20
  export function BookingFlow(props: BookingFlowProps) {
21
21
  if (props.mode === 'change') {