I´d like to create a booking platform for a beauty shop (nail design). the customer shall be able to book a treatment. an admin backend is needed to manage articles and their durations.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { demo } from "./demo";
|
||||
|
||||
export const router = {
|
||||
demo,
|
||||
};
|
||||
import { demo } from "./demo";
|
||||
import { router as treatments } from "./treatments";
|
||||
import { router as bookings } from "./bookings";
|
||||
|
||||
export const router = {
|
||||
demo,
|
||||
treatments,
|
||||
bookings,
|
||||
};
|
||||
|
Reference in New Issue
Block a user