add loading page

This commit is contained in:
2026-06-11 15:06:13 +02:00
parent 98a5bb742b
commit f4b9820b5b
6 changed files with 47 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { createFileRoute, notFound } from "@tanstack/react-router";
import { z } from "zod";
import GenericErrorView from "#/components/Error/GenericErrorView.tsx";
import GenericErrorView from "#/components/GenericErrorView.tsx";
import Callback from "#/pages/Callback.tsx";
const callbackSchema = z.object({