"use client"; import { tokens } from "./tokens"; import { object, report } from "./fixtures"; interface HeroBarProps { onOpenInfo: () => void; } export default function HeroBar({ onOpenInfo }: HeroBarProps) { return (
{/* address card */}