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

Loading...

+
+
+ ); +}