diff --git a/src/app/[...path]/loading.tsx b/src/app/[...path]/loading.tsx new file mode 100644 index 0000000..b7b9f90 --- /dev/null +++ b/src/app/[...path]/loading.tsx @@ -0,0 +1,33 @@ +function RootLoading() { + return ( +
+
+
+
+
+
+
+ ); +} + +export default RootLoading;