mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
not sure but it seems to work
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user