Skip to content
Snippets Groups Projects

New component to search senior (see #12). Enhance responsiveness and solve #10 and #11

Merged Defendi Alberto requested to merge dev into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -3,4 +3,5 @@ export type ReservationProps = {
destination: string;
time: string;
date: string;
senior?: number;
};
Loading