Event page and availability viewer

This commit is contained in:
Ben Grant 2021-03-03 04:01:32 +11:00
parent baac453964
commit 3b67241107
15 changed files with 578 additions and 38 deletions

View file

@ -61,6 +61,7 @@ const Home = () => {
subLabel="Click and drag to select"
name="dates"
id="dates"
required
register={register}
/>
@ -69,6 +70,7 @@ const Home = () => {
subLabel="Click and drag to select a time range"
name="times"
id="times"
required
register={register}
/>