diff --git a/src/app/temp-loading/page.tsx b/src/app/temp-loading/page.tsx new file mode 100644 index 0000000..1b0d764 --- /dev/null +++ b/src/app/temp-loading/page.tsx @@ -0,0 +1,3 @@ +export default async function LoadingPage() { + return

This is a temporary loading screen

; +}