diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/Steps/DeliveryDetailsStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/Steps/DeliveryDetailsStep/index.tsx index f5b23ee3d..a493eef3a 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/Steps/DeliveryDetailsStep/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/Steps/DeliveryDetailsStep/index.tsx @@ -3,7 +3,7 @@ import { useIntl } from "react-intl" import { Button } from "@scandic-hotels/design-system/Button" import { Divider } from "@scandic-hotels/design-system/Divider" -import TextArea from "@scandic-hotels/design-system/Form/TextArea" +import { TextArea } from "@scandic-hotels/design-system/TextArea" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" import { Typography } from "@scandic-hotels/design-system/Typography" diff --git a/packages/booking-flow/lib/components/EnterDetails/Details/SpecialRequests/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Details/SpecialRequests/index.tsx index 356e2cd4b..f0f3ea38a 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Details/SpecialRequests/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Details/SpecialRequests/index.tsx @@ -1,8 +1,8 @@ import { useIntl } from "react-intl" -import TextArea from "@scandic-hotels/design-system/Form/TextArea" import { Typography } from "@scandic-hotels/design-system/Typography" +import { FormTextArea } from "@scandic-hotels/design-system/Form/FormTextArea" import styles from "./specialRequests.module.css" import type { RegisterOptions } from "react-hook-form" @@ -63,7 +63,7 @@ export function SpecialRequests({ }, ]} /> */} -