diff --git a/frontend/src/components/Common/Loading.tsx b/frontend/src/components/Common/Loading.tsx index 45bf845..f3294be 100644 --- a/frontend/src/components/Common/Loading.tsx +++ b/frontend/src/components/Common/Loading.tsx @@ -10,12 +10,11 @@ import { FluksioLoader } from "@/components/ui/fluksio-loader" */ export function PageLoading() { return ( - - + ) }