Update Dashboard imports and authentication integration
cgen-2d0d1833cb1244e29fc1534cf836a463
This commit is contained in:
parent
4dc824b202
commit
6267f3d72c
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue