Added new trip plan creator and removed visit count stores

This commit is contained in:
Sean Morley
2024-05-06 23:13:38 +00:00
parent 01865951ac
commit 7565279e61
3 changed files with 28 additions and 7 deletions

View File

@@ -85,7 +85,7 @@
<div>
<label for="date">End Date</label>
<input
type="text"
type="date"
id="endDate"
bind:value={newTrip.endDate}
class="input input-bordered w-full max-w-xs"