Build: Update server-dist artifacts for v0.1.4

This commit is contained in:
2025-10-08 11:24:03 +02:00
parent cceb4d4e60
commit db1a401230
7 changed files with 152 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ import { router as cancellation } from "./cancellation.js";
import { router as legal } from "./legal.js";
import { router as gallery } from "./gallery.js";
import { router as reviews } from "./reviews.js";
import { router as social } from "./social.js";
export const router = {
demo,
treatments,
@@ -17,4 +18,5 @@ export const router = {
legal,
gallery,
reviews,
social,
};