This commit is contained in:
Arjun Patel
2026-06-01 12:55:01 -07:00
parent c6354ab0d3
commit 2d9b4805e0
11 changed files with 12 additions and 19 deletions
@@ -13,11 +13,10 @@ import {
Trash2,
type LucideIcon,
} from "lucide-react";
import { cn } from "@/lib/utils";
import { cn, getInitials } from "@/lib/utils";
import { useLiveLatestChild } from "@/hooks/use-particle";
import { useAuthStore } from "@/stores/auth-store";
import { particlePath } from "@/lib/particle-path";
import { getInitials } from "@/lib/utils";
import { resolveHumanDisplay } from "@/lib/humans";
import { RelativeTimestamp } from "@/components/relative-timestamp";
import { Avatar, AvatarFallback } from "@/components/ui/avatar";