completionId: cgen-0a2172f84b7343c1a8abcc500c2d4fc2
cgen-0a2172f84b7343c1a8abcc500c2d4fc2
This commit is contained in:
parent
660d52b9fc
commit
86675b5b00
1 changed files with 11 additions and 1 deletions
|
|
@ -19,8 +19,18 @@ import {
|
|||
Terminal,
|
||||
Shield,
|
||||
Compass,
|
||||
Zap,
|
||||
Gamepad2,
|
||||
Briefcase,
|
||||
Network,
|
||||
TrendingUp,
|
||||
Heart,
|
||||
MessageSquare,
|
||||
Avatar,
|
||||
} from "lucide-react";
|
||||
import { useMemo } from "react";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
import { Avatar as AvatarComponent, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
|
||||
import { communityService } from "@/lib/supabase-service";
|
||||
|
||||
export default function Explore() {
|
||||
const achievements = useMemo(
|
||||
|
|
|
|||
Loading…
Reference in a new issue