From 937507137e4fabc0a0206a78d029fd82c84060ae Mon Sep 17 00:00:00 2001 From: Mohammed Rayan A Date: Sun, 19 Jul 2026 23:49:13 +0530 Subject: [PATCH] fix: import Loader2 in Dashboard --- app/components/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Dashboard.tsx b/app/components/Dashboard.tsx index ba607a8..758192f 100644 --- a/app/components/Dashboard.tsx +++ b/app/components/Dashboard.tsx @@ -1,6 +1,6 @@ 'use client' -import { Edit, ExternalLink, FolderPlus, Globe, Lock, MoreHorizontal, Search, Trash2, Sparkles } from 'lucide-react' +import { Edit, ExternalLink, FolderPlus, Globe, Loader2, Lock, MoreHorizontal, Search, Trash2, Sparkles } from 'lucide-react' import { Tooltip } from 'react-tooltip' import { useEffect, useMemo, useRef, useState } from 'react' import { useAuth } from '../contexts/AuthContext'