ok, bad idea. moving everything that is not a page out of pages

This commit is contained in:
Thomas Ruoff
2020-08-01 16:38:03 +02:00
parent 95242403c5
commit e4c8b7ceba
11 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { createBooking } from './db/index'
import { createBooking } from '../../db/index'
import { Error } from 'mongoose'
export default async function userHandler(req, res) {