add missing import

This commit is contained in:
Thomas Ruoff
2020-10-11 22:03:37 +02:00
parent 9d69225d46
commit 42b2dc675b

View File

@@ -6,6 +6,7 @@ import { BookingDocument } from '../../../db/booking'
import { BOOKING_STATUS } from '../../../db/enums' import { BOOKING_STATUS } from '../../../db/enums'
import { getBookingByUUID } from '../../../db/index' import { getBookingByUUID } from '../../../db/index'
import { dateFormatFrontend } from '../../../helpers/date' import { dateFormatFrontend } from '../../../helpers/date'
import { getBookingStatus } from '../../../helpers/booking'
export const getServerSideProps: GetServerSideProps = async (context) => { export const getServerSideProps: GetServerSideProps = async (context) => {
const { const {