Award achievements on project creation
cgen-0a048673c8004290a7b41cc56ac434bc
This commit is contained in:
parent
22b8009ceb
commit
54b80b0992
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { Textarea } from "@/components/ui/textarea";
|
|||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
import { aethexToast } from "@/lib/aethex-toast";
|
||||
import { aethexProjectService } from "@/lib/aethex-database-adapter";
|
||||
import { aethexProjectService, aethexAchievementService } from "@/lib/aethex-database-adapter";
|
||||
|
||||
export default function ProjectsNew() {
|
||||
const navigate = useNavigate();
|
||||
|
|
|
|||
Loading…
Reference in a new issue