diff --git a/frontend/src/routes/apps/get/[...path]/+page.js b/frontend/src/routes/apps/get/[...path]/+page.js
new file mode 100644
index 0000000000..4fd7042a56
--- /dev/null
+++ b/frontend/src/routes/apps/get/[...path]/+page.js
@@ -0,0 +1,6 @@
+export function load({ params }) {
+ throw new Error("@migration task: Migrate this return statement (https://github.com/sveltejs/kit/discussions/5774#discussioncomment-3292693)");
+ return {
+ stuff: { title: `App ${params.path}` }
+ }
+}
diff --git a/frontend/src/routes/apps/get/[...path]/+page.svelte b/frontend/src/routes/apps/get/[...path]/+page.svelte
index 4f77b3a241..ad7a8ebe9f 100644
--- a/frontend/src/routes/apps/get/[...path]/+page.svelte
+++ b/frontend/src/routes/apps/get/[...path]/+page.svelte
@@ -1,11 +1,3 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-