diff --git a/app/(root)/dashboard/loading.tsx b/app/(root)/dashboard/loading.tsx index ef9d24dd..c75d3c34 100644 --- a/app/(root)/dashboard/loading.tsx +++ b/app/(root)/dashboard/loading.tsx @@ -1,9 +1,10 @@ import StatsCardSkeleton from '@/components/dashboard/StatsCardSkeleton'; import AchievementsSkeleton from '@/components/dashboard/AchievementsSkeleton'; +import AIInsightsSkeleton from '@/components/dashboard/AIInsightsSkeleton'; export default function DashboardLoading() { return ( -
+ +
{insight.text}
diff --git a/components/dashboard/AIInsightsSkeleton.tsx b/components/dashboard/AIInsightsSkeleton.tsx new file mode 100644 index 00000000..e8370d3e --- /dev/null +++ b/components/dashboard/AIInsightsSkeleton.tsx @@ -0,0 +1,30 @@ +export default function AIInsightsSkeleton() { + return ( +