Adjust React imports
cgen-a6175bf18c1b445e83ad378dc8347d72
This commit is contained in:
parent
e8f8c72722
commit
0a72c7b5d2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import {
|
|||
Loader2,
|
||||
} from "lucide-react";
|
||||
import { Link } from "react-router-dom";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
import type { AethexAchievement } from "@/lib/aethex-database-adapter";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
import { supabase } from "@/lib/supabase";
|
||||
|
|
|
|||
Loading…
Reference in a new issue