diff --git a/components/dashboard/Statistics.tsx b/components/dashboard/Statistics.tsx index 413682c..c5a7fc6 100644 --- a/components/dashboard/Statistics.tsx +++ b/components/dashboard/Statistics.tsx @@ -19,6 +19,7 @@ import { Heart, Gift, Sparkles } from "lucide-react"; import Link from "next/link"; +import ProfileInfoCard from '../ProfileInfoCard'; interface ProfileInfoCardProps { pubkey: string; @@ -267,7 +268,7 @@ const NostrInsights: React.FC = ({ pubkey }) => { <>
{/* Profile Card */} - + {/*
@@ -288,7 +289,8 @@ const NostrInsights: React.FC = ({ pubkey }) => {
- + */} + {/* Tabs for different insights */}