mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
first stab on bill model
This commit is contained in:
committed by
Thomas Ruoff
parent
7c6dc610b8
commit
2e73875d37
@@ -1,6 +1,6 @@
|
||||
import { NextApiRequest, NextApiResponse } from 'next'
|
||||
import { BookingDocument } from '../../../db/booking'
|
||||
import { BOOKING_STATUS } from '../../../db/bookingStatus'
|
||||
import { BOOKING_STATUS } from '../../../db/enums'
|
||||
import { getBookingByUUID } from '../../../db/index'
|
||||
|
||||
export default async function userHandler(
|
||||
|
||||
@@ -3,7 +3,7 @@ import React, { useEffect, useState } from 'react'
|
||||
import Footer from '../../components/footer'
|
||||
import Header from '../../components/header'
|
||||
import { BookingDocument } from '../../db/booking'
|
||||
import { BOOKING_STATUS } from '../../db/bookingStatus'
|
||||
import { BOOKING_STATUS } from '../../db/enums'
|
||||
import { getBookingByUUID } from '../../db/index'
|
||||
import { dateFormatFrontend } from '../../helpers/date'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user