import { demo } from "./demo"; import { router as treatments } from "./treatments"; import { router as bookings } from "./bookings"; import { router as auth } from "./auth"; import { router as availability } from "./availability"; import { router as cancellation } from "./cancellation"; import { router as legal } from "./legal"; export const router = { demo, treatments, bookings, auth, availability, cancellation, legal, };