Skip to content

Commit

Permalink
added docs and work on table booking
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bjerre committed Jul 10, 2024
1 parent bce7058 commit a26b8da
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 287 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Bookings.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import BookingsComponent from './BookingsComponent'
---

<div class="w-full h-full max-h-[440px] overflow-y-scroll">
<BookingsComponent />
<BookingsComponent client:load />
</div>
Loading

0 comments on commit a26b8da

Please sign in to comment.