User Profile Card
Loading preview...
import { Component } from "@/components/ui/user-profile-card"; export default function DemoOne() { return <Component />; }