not sure but it seems to work

This commit is contained in:
Thomas Ruoff
2025-03-26 22:10:46 +01:00
parent 0db0339a55
commit eb9a297a09
15 changed files with 1459 additions and 1697 deletions

View File

@@ -1,4 +1,4 @@
import React, { ReactElement } from 'react'
import React from 'react'
import BookingTable from '../../components/bookingTable'
import Layout from '../../components/layout'
import withAuth from '../../helpers/withAuth'
@@ -25,4 +25,4 @@ function AdminRecentBookings({ bookings }) {
)
}
export default withAuth(AdminRecentBookings)
export default withAuth(AdminRecentBookings)