import WCard from "./werefox-card"; export default function IdentityCard({ title, src, alt, children }) { return (
{children}
); }