diff --git a/src/app/loading.tsx b/src/app/loading.tsx new file mode 100644 index 0000000..c843076 --- /dev/null +++ b/src/app/loading.tsx @@ -0,0 +1,8 @@ +export default function Loading() { + return ( +
+
+

Loading, please wait...

+
+ ); +} \ No newline at end of file