diff --git a/worklenz-frontend/src/components/suspense-fallback/suspense-fallback.tsx b/worklenz-frontend/src/components/suspense-fallback/suspense-fallback.tsx index 4f346af0..63ef5a56 100644 --- a/worklenz-frontend/src/components/suspense-fallback/suspense-fallback.tsx +++ b/worklenz-frontend/src/components/suspense-fallback/suspense-fallback.tsx @@ -1,7 +1,7 @@ import React, { memo } from 'react'; -import { Spin } from 'antd'; +import { Skeleton } from 'antd'; -// Lightweight loading component - removed heavy theme calculations +// Lightweight loading component with skeleton animation export const SuspenseFallback = memo(() => { return (