diff --git a/app/(root)/profile/edit/loading.tsx b/app/(root)/profile/edit/loading.tsx new file mode 100644 index 0000000..a564fd7 --- /dev/null +++ b/app/(root)/profile/edit/loading.tsx @@ -0,0 +1,41 @@ +import { Skeleton } from '@/components/ui/skeleton'; + +function Loading() { + return ( +
+ + + +
+
+
+ +
+ + +
+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+
+
+ ); +} + +export default Loading; diff --git a/app/(root)/thread/edit/[id]/loading.tsx b/app/(root)/thread/edit/loading.tsx similarity index 100% rename from app/(root)/thread/edit/[id]/loading.tsx rename to app/(root)/thread/edit/loading.tsx diff --git a/app/(root)/thread/[id]/loading.tsx b/app/(root)/thread/loading.tsx similarity index 100% rename from app/(root)/thread/[id]/loading.tsx rename to app/(root)/thread/loading.tsx