Skip to content
Snippets Groups Projects
Verified Commit 9c822c57 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Move ReservationProps here.

parent 4799f31e
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!55Refactoring to reservation page.
export type ReservationProps = {
departure: string;
destination: string;
time: string;
date: string;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment