From 6267f3d72c1fa9cba1c7054dc7511befc3d23b4b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 03:17:02 +0000 Subject: [PATCH] Update Dashboard imports and authentication integration cgen-2d0d1833cb1244e29fc1534cf836a463 --- client/pages/Dashboard.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 727a7d4c..064a8059 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -1,6 +1,10 @@ import { useState, useEffect } from "react"; +import { useNavigate } from "react-router-dom"; import Layout from "@/components/Layout"; import { Button } from "@/components/ui/button"; +import { useAuth } from "@/contexts/AuthContext"; +import { aethexToast } from "@/lib/aethex-toast"; +import { aethexProjectService, aethexAchievementService } from "@/lib/aethex-database-adapter"; import { Card, CardContent,