From 02da8e8ece17d1c20a242b1d7ad68317c6652972 Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Mon, 2 Sep 2024 16:56:57 +0200 Subject: [PATCH] feat(SW-237): Fixed route handling with cache --- app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx | 1 + app/[lang]/(live)/@bookingwidget/my-pages/[...path]/page.tsx | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx create mode 100644 app/[lang]/(live)/@bookingwidget/my-pages/[...path]/page.tsx diff --git a/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx b/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx new file mode 100644 index 000000000..2ebaca014 --- /dev/null +++ b/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx @@ -0,0 +1 @@ +export { default } from "../../page" diff --git a/app/[lang]/(live)/@bookingwidget/my-pages/[...path]/page.tsx b/app/[lang]/(live)/@bookingwidget/my-pages/[...path]/page.tsx new file mode 100644 index 000000000..2ebaca014 --- /dev/null +++ b/app/[lang]/(live)/@bookingwidget/my-pages/[...path]/page.tsx @@ -0,0 +1 @@ +export { default } from "../../page"