diff --git a/media_commons_booking_app/src/client/routes/booking/components/FormInput.tsx b/media_commons_booking_app/src/client/routes/booking/components/FormInput.tsx index 9ccf2595..cf21a20b 100644 --- a/media_commons_booking_app/src/client/routes/booking/components/FormInput.tsx +++ b/media_commons_booking_app/src/client/routes/booking/components/FormInput.tsx @@ -23,6 +23,8 @@ import { styled } from '@mui/system'; import { useNavigate } from 'react-router'; import useSubmitBooking from '../hooks/useSubmitBooking'; +//test + const Section = ({ title, children }) => (