diff --git a/frontend/src/app/satellites/loading.tsx b/frontend/src/app/satellites/loading.tsx new file mode 100644 index 0000000..c0fe957 --- /dev/null +++ b/frontend/src/app/satellites/loading.tsx @@ -0,0 +1,23 @@ +import { Skeleton } from "@/components/ui/skeleton"; +import React from "react"; + +export default function Loading() { + return ( +
+ {/* Full width div, split into three equal portions */} +
+
+ + + + + + + + + +
+
+
+ ); +}